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

repack: fix packing chrome-remote-desktop, hide it from epm play list

parent 64fe7a98
......@@ -14,7 +14,7 @@ if [ "$1" = "--remove" ] ; then
exit
fi
[ "$1" != "--run" ] && echo "Install Remote desktop support for google-chrome & chromium" && exit
[ "$1" != "--run" ] && exit # echo "Install Remote desktop support for google-chrome & chromium" && exit
[ "$($DISTRVENDOR -a)" != "x86_64" ] && echo "Only x86_64 is supported" && exit 1
......
......@@ -5,5 +5,8 @@ SPEC="$2"
PKGNAME=chrome-remote-desktop
rm -f $BUILDROOT/etc/cron.daily/$PKGNAME
subst 's|.*/etc/cron.daily/$PKGNAME.*||' $SPEC
subst "s|.*/etc/cron.daily/$PKGNAME.*||" $SPEC
# install all requires packages before packing ($ rpmreqs chrome-remote-desktop | xargs echo)
epm install --skip-installed coreutils glib2 libcairo libdbus libdrm libexpat libgbm libgio libgtk+3 libnspr libnss libpango libX11 libxcb libXdamage libXext libXfixes libXrandr libXtst python3-base python3-module-psutil sudo python3
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