wok-6.x diff xorg-xf86-video-vesa/receipt @ rev 599
glibc-base: iso14651_t1_common neede for en_GB and others
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 17 19:04:31 2008 +0200 (2008-04-17) |
parents | 441b5630b74f |
children | e0e655b8e0d1 |
line diff
1.1 --- a/xorg-xf86-video-vesa/receipt Wed Jan 02 22:25:26 2008 +0100 1.2 +++ b/xorg-xf86-video-vesa/receipt Thu Apr 17 19:04:31 2008 +0200 1.3 @@ -15,9 +15,13 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.8 - --mandir=/usr/share/man --localstatedir=/var \ 1.9 - $CONFIGURE_ARGS 1.10 + ./configure \ 1.11 + --prefix=/usr \ 1.12 + --sysconfdir=/etc \ 1.13 + --mandir=/usr/share/man \ 1.14 + --localstatedir=/var \ 1.15 + --with-xorg-module-dir=/usr/lib/X11/modules \ 1.16 + $CONFIGURE_ARGS 1.17 make 1.18 make DESTDIR=$PWD/_pkg install 1.19 } 1.20 @@ -25,8 +29,8 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib/xorg/modules/drivers/ 1.25 - cp -a $_pkg/usr/lib/xorg/modules/drivers/*.so \ 1.26 - $fs/usr/lib/xorg/modules/drivers/ 1.27 + mkdir -p $fs/usr/lib/X11/modules/drivers/ 1.28 + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ 1.29 + $fs/usr/lib/X11/modules/drivers/ 1.30 } 1.31