Commit 9d87c926 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack pycharm-professional: fix remove_file

parent 5b8ad933
......@@ -70,9 +70,7 @@ filter_from_requires '\\/lib\\/ld-linux-aarch64.so.1'
cd $BUILDROOT$PRODUCTDIR/ || exit
# FIXME: improve * support in remove_file
file=$(basename $(ls $BUILDROOT$PRODUCTDIR/plugins/tailwindcss/server/node.napi.musl-*.node))
[ -n "$file" ] && remove_file $PRODUCTDIR/plugins/tailwindcss/server/$file
remove_file "$PRODUCTDIR/plugins/tailwindcss/server/node.napi.musl-*.node"
subst 's|%dir "'$PRODUCTDIR'/"||' $SPEC
subst 's|%dir "'$PRODUCTDIR'/bin/"||' $SPEC
......
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