wok-current diff x11vnc/receipt @ rev 5077
bluez:remove unwanted dir
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Mar 12 12:27:32 2010 +0000 (2010-03-12) |
parents | d063c9b6eead |
children | 0eae4b09055d |
line diff
1.1 --- a/x11vnc/receipt Wed Mar 11 11:39:38 2009 +0000 1.2 +++ b/x11vnc/receipt Fri Mar 12 12:27:32 2010 +0000 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 }