Commit 1df3b323 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play code: fix link creating

parent 10bcc2c3
......@@ -19,7 +19,7 @@ subst "s|/usr/share/code/code|$PRODUCTDIR/bin/code|g" $BUILDROOT/usr/share/appli
chmod 0644 $BUILDROOT/usr/share/applications/$PRODUCT.desktop
mkdir -p $BUILDROOT/usr/bin/
ln -rs $BUILDROOT$PRODUCTDIR/bin/code $BUILDROOT/usr/bin/code
ln -rsf $BUILDROOT$PRODUCTDIR/bin/code $BUILDROOT/usr/bin/code
ln -rs $BUILDROOT$PRODUCTDIR/bin/code $BUILDROOT/usr/bin/vscode
# install all requires packages before packing (the list have got with rpmreqs package | xargs echo)
......
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