Commit a26ec4fe authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common: fix remove_file

parent 98fe608f
......@@ -33,7 +33,8 @@ remove_file()
[ -e "$BUILDROOT$file" ] || [ -L "$BUILDROOT$file" ] || return
rm -v "$BUILDROOT$file"
subst "s|.*$file.*||" $SPEC
subst "s|^$file$||" $SPEC
subst "s|^\"$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