wok rev 15101

xorg-xedit: no more /usr/share/X11 ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 12:49:38 2013 +0000 (2013-08-14)
parents 48e9e6d61362
children baad5810ddc5
files xorg-xedit/receipt
line diff
     1.1 --- a/xorg-xedit/receipt	Wed Aug 14 12:26:59 2013 +0000
     1.2 +++ b/xorg-xedit/receipt	Wed Aug 14 12:49:38 2013 +0000
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://xorg.freedesktop.org/"
     1.6  WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
     1.7 +
     1.8  DEPENDS="xorg-libXaw xorg-libXt xorg-libXmu xorg-libX11"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11 @@ -27,9 +28,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/X11 $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/share/X11 $fs/usr/share
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/lib/X11 $fs/usr/lib
    1.20  	chmod +x $fs/usr/bin/*
    1.21  }
    1.22