From: Victor Martinez Date: Tue, 15 Mar 2011 08:08:01 +0000 (+0000) Subject: pciutils: update to 3.1.7 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=572f0ef40a5316455ed84fa026ae25b1baca2e9b;p=crossrootfs.git pciutils: update to 3.1.7 --- diff --git a/pciutils/Pkgfile b/pciutils/Pkgfile index e57453b..f737b75 100644 --- a/pciutils/Pkgfile +++ b/pciutils/Pkgfile @@ -10,7 +10,7 @@ release=1 source=(http://www.kernel.org/pub/software/utils/$name/$name-$version.tar.gz) build() { - cd $name-$version - make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" PREFIX=/usr ZLIB=no - make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man STRIP="" install install-lib + cd $name-$version + make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" PREFIX=/usr ZLIB=no + make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man STRIP="" install install-lib }