wok-current diff xorg-xauth/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents fae364445e65
children eb8067417980
line diff
     1.1 --- a/xorg-xauth/receipt	Wed Apr 25 00:15:23 2012 +0200
     1.2 +++ b/xorg-xauth/receipt	Sat Aug 03 17:37:48 2013 +0300
     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  }