summaryrefslogtreecommitdiff
path: root/community/hwinfo/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/hwinfo/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/hwinfo/PKGBUILD')
-rw-r--r--community/hwinfo/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD
index 42cb74bb0..07c280b4b 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=('i686' 'x86_64' 'mips64el')
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"
}