summaryrefslogtreecommitdiff
path: root/community/lshw/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lshw/PKGBUILD')
-rw-r--r--community/lshw/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD
index 1ff8a5cc3..1efa7fb5c 100644
--- a/community/lshw/PKGBUILD
+++ b/community/lshw/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 87709 2013-04-05 10:27:37Z spupykin $
+# $Id: PKGBUILD 87848 2013-04-08 09:23:17Z 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=3
+pkgrel=4
pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine."
url="http://ezix.org/project/wiki/HardwareLiSter"
license=('GPL')
@@ -18,6 +18,7 @@ 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
}