wok diff get-playonlinux/stuff/get-playonlinux @ rev 19415

make-slitaz-icons: add multimedia-video-player icon
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 24 16:49:43 2016 +0300 (2016-09-24)
parents e2ec61dec110
children c07aaa614a02
line diff
     1.1 --- a/get-playonlinux/stuff/get-playonlinux	Wed Sep 05 14:53:08 2012 +0200
     1.2 +++ b/get-playonlinux/stuff/get-playonlinux	Sat Sep 24 16:49:43 2016 +0300
     1.3 @@ -9,7 +9,7 @@
     1.4  URL=$(wget -O - $URL | sed '/z2*"/!d;s/.*ref="\([^"]*\).*/\1/')
     1.5  wget -O - $URL | tar xzf -
     1.6  for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils \
     1.7 -	 p7zip-full; do
     1.8 +	 p7zip-full gnu-netcat grep; do
     1.9  	[ -d /var/lib/tazpkg/installed/$i/ ] || tazpkg get-install $i
    1.10  done
    1.11  cd playonlinux