summaryrefslogtreecommitdiff
path: root/community/hwinfo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
committerroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
commit2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (patch)
treefa055d4e2f367acb518de6c4e06b77b6d8cbef75 /community/hwinfo
parent66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff)
Tue May 14 01:18:40 PDT 2013
Diffstat (limited to 'community/hwinfo')
-rw-r--r--community/hwinfo/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD
index 8c873ac8c..11bd4bb06 100644
--- a/community/hwinfo/PKGBUILD
+++ b/community/hwinfo/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 89408 2013-04-29 10:54:52Z arodseth $
+# $Id: PKGBUILD 90497 2013-05-12 23:11:39Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
@@ -10,7 +10,7 @@
pkgname=hwinfo
pkgver=20.1
_subver=3.10
-pkgrel=1
+pkgrel=2
pkgdesc='Hardware detection tool from openSUSE'
arch=('x86_64' 'i686')
url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
@@ -41,6 +41,7 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+ mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
rmdir "$pkgdir/sbin"
}