wok diff xorg-xf86-input-keyboard/receipt @ rev 1161

Updated: haser-lua (executable and package name) to avoid overwriting
standard haserl
author Michael Dupont <milka@konstelacioj.info>
date Mon Jul 28 00:07:40 2008 +0200 (2008-07-28)
parents b9c4f3b380e8
children e0e655b8e0d1
line diff
     1.1 --- a/xorg-xf86-input-keyboard/receipt	Thu Mar 06 11:29:07 2008 +0100
     1.2 +++ b/xorg-xf86-input-keyboard/receipt	Mon Jul 28 00:07:40 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,9 +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/input/
    1.25 -    cp -a $_pkg/usr/lib/xorg/modules/input/*.so \
    1.26 -    	$fs/usr/lib/xorg/modules/input/
    1.27 -    strip -s $fs/usr/lib/xorg/modules/input/*
    1.28 +	mkdir -p $fs/usr/lib/X11/modules/input/
    1.29 +    cp -a $_pkg/usr/lib/X11/modules/input/*.so \
    1.30 +    	$fs/usr/lib/X11/modules/input/
    1.31  }
    1.32