lshw: updated to version B.02.07

This commit is contained in:
Jukka Heino 2006-04-03 12:45:11 +00:00
parent 8add049e42
commit 3083c7939c
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
370e10e3dad089be3f24f1cdf3874a52 lshw-B.02.06.tar.gz
3e03d7a7ff97691ca1c5710bf02d256a lshw-B.02.07.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on:
name=lshw
version=B.02.06
version=B.02.07
release=1
source=(http://ezix.org/software/files/$name-$version.tar.gz)
@ -14,4 +14,5 @@ build() {
find -name Makefile -exec sed -i -e "s/-Os/$CFLAGS/g" -e "s:share/man:man:g" {} \;
make
make DESTDIR=$PKG install
chmod -R +r $PKG
}