wok diff xorg-xset/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents c514cc4854d8
children eb8067417980
line diff
     1.1 --- a/xorg-xset/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-xset/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xset"
     1.7 -VERSION="1.2.1"
     1.8 +VERSION="1.2.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg user preference utility."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -16,9 +16,9 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.18 -	make && make DESTDIR=$PWD/_pkg install
    1.19 +	./configure \
    1.20 +		$CONFIGURE_ARGS && \
    1.21 +	make && make DESTDIR=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.