CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
core-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1844ed7
)
pciutils: update to 3.1.7
author
Victor Martinez
<pitillo@ono.com>
Tue, 15 Mar 2011 08:08:01 +0000
(08:08 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 15 Mar 2011 08:08:01 +0000
(08:08 +0000)
pciutils/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/pciutils/Pkgfile
b/pciutils/Pkgfile
index e57453b4d74945c5ba7acf81fbe61be38164be83..f737b756bda76a2444761fbef0cc5b3036847898 100644
(file)
--- 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
}