wok-6.x diff x11vnc/receipt @ rev 15572
util-linux-mount: add symlink to libmount.so
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 26 22:44:20 2013 +0100 (2013-11-26) |
parents | d1b6fe8c8301 |
children | a1b05b1a9d1d |
line diff
1.1 --- a/x11vnc/receipt Thu Jul 18 10:30:42 2013 +0000 1.2 +++ b/x11vnc/receipt Tue Nov 26 22:44:20 2013 +0100 1.3 @@ -29,8 +29,8 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/bin $fs/usr/share $fs/etc/init.d 1.7 - cp -a $DESTDIR/usr/bin/x11vnc $fs/usr/bin 1.8 - cp -a stuff/x11vnc $fs/etc/init.d 1.9 + cp -a $install/usr/bin/x11vnc $fs/usr/bin 1.10 + cp -a $stuff/x11vnc $fs/etc/init.d 1.11 } 1.12 1.13 # Post install/remove commands for Tazpkg.