summaryrefslogtreecommitdiff
path: root/community/lshw/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lshw/PKGBUILD')
-rw-r--r--community/lshw/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD
index 1d511ce1b..fd8973a58 100644
--- a/community/lshw/PKGBUILD
+++ b/community/lshw/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 87848 2013-04-08 09:23:17Z spupykin $
+# $Id: PKGBUILD 91516 2013-05-23 11:14:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com>
# Contributor: Chuck Yang <Chuck.Yang@gmail.com>
pkgname=lshw
pkgver=B.02.16
-pkgrel=4
+pkgrel=5
pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine."
url="http://ezix.org/project/wiki/HardwareLiSter"
license=('GPL')
@@ -19,14 +19,14 @@ md5sums=('67479167add605e8f001097c30e96d0d')
build() {
cd $srcdir/$pkgname-$pkgver
sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' src/gui/integration/gtk-lshw.desktop
- make
- make gui
+ make SBINDIR=/usr/bin
+ make SBINDIR=/usr/bin gui
}
package() {
cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir/ install
- make DESTDIR=$pkgdir/ install-gui
+ make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
+ make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install-gui
install -Dm0644 src/gui/integration/gtk-lshw.desktop $pkgdir/usr/share/applications/gtk-lshw.desktop
install -Dm0644 src/gui/integration/gtk-lshw.pam $pkgdir/usr/share/doc/$pkgname/gtk-lshw.pam
install -Dm0644 src/gui/integration/console.apps $pkgdir/usr/share/doc/$pkgname/console.apps