# HG changeset patch # User Pascal Bellard # Date 1264972583 -3600 # Node ID 9f229c23e1bae676291446067e9d0598a88cdb04 # Parent 89f43019ced4b4b33e9cf1e0c954461237d390f7 xorg-xf86-input-evtouch: ev_calibrate diff -r 89f43019ced4 -r 9f229c23e1ba xorg-xf86-input-evtouch/receipt --- a/xorg-xf86-input-evtouch/receipt Sun Jan 31 20:16:44 2010 +0100 +++ b/xorg-xf86-input-evtouch/receipt Sun Jan 31 22:16:23 2010 +0100 @@ -22,6 +22,7 @@ --mandir=/usr/share/man \ --localstatedir=/var \ --with-xorg-module-dir=/usr/lib/X11/modules \ + --enable-evcalibrate \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install @@ -30,8 +31,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ - $fs/usr/lib/X11/modules/input/ + cp -a $_pkg/usr $fs + rm -f $fs/usr/lib/X11/modules/input/*.la }