wok-stable diff libunique-doc/receipt @ rev 8536
Fix: No need for _pkg to be set in xorg-server-Xnest and xorg-server-Xvfb.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 13 03:51:34 2011 +0000 (2011-02-13) |
parents | dc0644f601c0 |
children | 129bb5b11a7e |
line diff
1.1 --- a/libunique-doc/receipt Sat Sep 25 14:16:28 2010 +0200 1.2 +++ b/libunique-doc/receipt Sun Feb 13 03:51:34 2011 +0000 1.3 @@ -13,7 +13,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/ 1.8 - cp -a $_pkg/usr/share $fs/usr 1.9 + mkdir -p $fs/usr/share 1.10 + cp -a $_pkg/usr/share/gtk-doc $fs/usr/share 1.11 } 1.12