wok-6.x rev 13944
xorg-xauth: add common path (thanks mojo)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 29 09:43:35 2013 +0100 (2013-01-29) |
parents | 20ef1ec27a64 |
children | 411abd04eca0 |
files | xorg-xauth/receipt |
line diff
1.1 --- a/xorg-xauth/receipt Sun Jan 27 20:26:38 2013 +0100 1.2 +++ b/xorg-xauth/receipt Tue Jan 29 09:43:35 2013 +0100 1.3 @@ -26,6 +26,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share 1.8 + mkdir -p $fs/usr/X11R6 1.9 cp -a $install/usr/bin $fs/usr 1.10 + ln -s ../bin $fs/usr/X11R6/bin 1.11 }