X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pciutils%2FPkgfile;h=f737b756bda76a2444761fbef0cc5b3036847898;hb=f106a764059310b75a9883ec2d638e6083a03f05;hp=e57453b4d74945c5ba7acf81fbe61be38164be83;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git 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 }