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

epm repack: rewrite skype repacking (ALT bug 45502)

parent 65082803
...@@ -15,17 +15,13 @@ remove_dir /opt/skypeforlinux ...@@ -15,17 +15,13 @@ remove_dir /opt/skypeforlinux
move_to_opt /usr/share/skypeforlinux move_to_opt /usr/share/skypeforlinux
subst "s|^SKYPE_PATH=.*|SKYPE_PATH=$PRODUCTDIR/skypeforlinux|" $BUILDROOT/usr/bin/skypeforlinux # https://bugzilla.altlinux.org/45502
remove_file /usr/bin/skypeforlinux
set_autoreq 'yes' add_bin_link_command $PRODUCTCUR $PRODUCTDIR/$PRODUCTCUR
add_bin_link_command $PRODUCT $PRODUCTCUR
# ignore embedded libs add_electron_deps
drop_embedded_reqs
# usual command skype
mkdir -p $BUILDROOT/usr/bin/
ln -s /usr/bin/skypeforlinux $BUILDROOT/usr/bin/skype
subst 's|%files|%files\n/usr/bin/skype|' $SPEC
fix_chrome_sandbox fix_chrome_sandbox
......
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