# HG changeset patch # User Pascal Bellard # Date 1376592018 0 # Node ID db8a785389a8339f9038a6804a5275da43f272da # Parent 84030f5b745e9f3fb14b78af76bd40b1a607ad44 Up xorg-xf86-input-elographics (1.4.1) diff -r 84030f5b745e -r db8a785389a8 xorg-xf86-input-elographics/receipt --- a/xorg-xf86-input-elographics/receipt Thu Aug 15 18:10:11 2013 +0000 +++ b/xorg-xf86-input-elographics/receipt Thu Aug 15 18:40:18 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-elographics" -VERSION="1.2.4" +VERSION="1.4.1" CATEGORY="x-window" SHORT_DESC="Xorg elographics driver." MAINTAINER="pankso@slitaz.org" @@ -24,14 +24,14 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # 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 \ + cp -a $install/usr/lib/X11/modules/input/*.so \ $fs/usr/lib/X11/modules/input/ }