wok diff xorg-inputproto/receipt @ rev 5686

busybox: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 04 17:23:15 2010 +0200 (2010-06-04)
parents 83c0f98edefc
children 4e4cf23c531e
line diff
     1.1 --- a/xorg-inputproto/receipt	Mon May 11 22:24:47 2009 +0200
     1.2 +++ b/xorg-inputproto/receipt	Fri Jun 04 17:23:15 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-inputproto"
     1.7 -VERSION="1.4.4"
     1.8 +VERSION="2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,8 +17,8 @@
    1.13      cd $src
    1.14      ./configure --prefix=/usr --sysconfdir=/etc \
    1.15      --mandir=/usr/share/man --localstatedir=/var \
    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