Commit 0863296b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common: fix remove_file

parent 73331131
......@@ -35,6 +35,8 @@ remove_file()
rm -v "$BUILDROOT$file"
subst "s|^$file$||" $SPEC
subst "s|^\"$file\"$||" $SPEC
subst "s|^\(%config.*\) $file$||" $SPEC
subst "s|^\(%config.*\) \"$file\"$||" $SPEC
}
is_dir_empty()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment