CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pciutils: update to 3.1.7
authorVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:08:01 +0000 (08:08 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:08:01 +0000 (08:08 +0000)
pciutils/Pkgfile

index e57453b4d74945c5ba7acf81fbe61be38164be83..f737b756bda76a2444761fbef0cc5b3036847898 100644 (file)
@@ -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
 }