Commit bacaf994 authored by Vitaly Lipatov's avatar Vitaly Lipatov

microsoft-edge-dev.sh: add fix for missed alternatives in rpm package

parent fa846d19
......@@ -18,3 +18,5 @@ subst "s|.*/etc/cron.daily/$PRODUCT.*||" $SPEC
# unsupported format
rm -f $BUILDROOT/usr/share/menu/microsoft-edge-dev.menu
subst "s|.*/usr/share/menu/microsoft-edge-dev.menu.*||" $SPEC
[ -e $BUILDROOT/usr/bin/microsoft-edge ] || ln -s $PRODUCT $BUILDROOT/usr/bin/microsoft-edge
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