wok diff xorg-xkeyboard-config/receipt @ rev 1813

kobo-deluxe: Fix scores directory.
author Mallory MOLLO <mallory@sweetpeople.org>
date Fri Dec 05 05:24:56 2008 +0100 (2008-12-05)
parents 865a0c729b38
children 8192b7f227da
line diff
     1.1 --- a/xorg-xkeyboard-config/receipt	Fri Mar 21 14:20:51 2008 +0100
     1.2 +++ b/xorg-xkeyboard-config/receipt	Fri Dec 05 05:24:56 2008 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Xorg server keyboard definition files."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="xorg"
     1.7 -BUILD_DEPENDS="perl-xml-parser"
     1.8 +BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp"
     1.9  SOURCE="xkeyboard-config"
    1.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.x.org/"
    1.12 @@ -23,8 +23,8 @@
    1.13      	--localstatedir=/var \
    1.14      	--with-xkb-base=/usr/share/X11/xkb \
    1.15      	--with-xkb-rules-symlink=xorg \
    1.16 -    	$CONFIGURE_ARGS
    1.17 -    make
    1.18 +    	$CONFIGURE_ARGS &&
    1.19 +    make &&
    1.20      make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22