wok-6.x rev 6961

xorg-server: add config dir
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Oct 26 13:15:37 2010 +0200 (2010-10-26)
parents df6af0a6d256
children 5b636b13a396
files xorg-server/receipt
line diff
     1.1 --- a/xorg-server/receipt	Tue Oct 26 13:14:13 2010 +0200
     1.2 +++ b/xorg-server/receipt	Tue Oct 26 13:15:37 2010 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib $fs/var
     1.8 +	mkdir -p $fs/usr/lib $fs/var $fs/etc/X11/xorg.conf.d
     1.9  	cp -a $_pkg/usr/lib/X11 $fs/usr/lib
    1.10  	cp -a $_pkg/usr/bin $fs/usr
    1.11  	cp -a $_pkg/var/lib $fs/var