wok-next diff x11vnc/receipt @ rev 4775
get-virtualbox: add missing file.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jan 13 13:44:59 2010 +0100 (2010-01-13) |
parents | d063c9b6eead |
children | 0eae4b09055d |
line diff
1.1 --- a/x11vnc/receipt Wed Mar 11 11:39:38 2009 +0000 1.2 +++ b/x11vnc/receipt Wed Jan 13 13:44:59 2010 +0100 1.3 @@ -25,7 +25,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/bin $fs/etc/init.d 1.8 + mkdir -p $fs/usr/bin $fs/usr/share $fs/etc/init.d 1.9 cp -a $_pkg/usr/bin/x11vnc $fs/usr/bin 1.10 cp -a stuff/x11vnc $fs/etc/init.d 1.11 }