diff options
| -rw-r--r-- | community/hwinfo/APKBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/community/hwinfo/APKBUILD b/community/hwinfo/APKBUILD index 6a2ba43a61..ce3376b87b 100644 --- a/community/hwinfo/APKBUILD +++ b/community/hwinfo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=hwinfo pkgver=21.60 -pkgrel=0 +pkgrel=1 pkgdesc="Hardware information tool" url="https://github.com/openSUSE/hwinfo" arch="all" @@ -11,14 +11,11 @@ makedepends="$depends_dev flex perl libx86emu-dev linux-headers" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz respect-flags.patch" -builddir="$srcdir/$pkgname-$pkgver" options="!check" # no tests provided export HWINFO_VERSION=$pkgver build() { - cd "$builddir" - # Build full and tiny static libraries. make tinystatic make static @@ -30,8 +27,6 @@ build() { } package() { - cd "$builddir" - make install \ LIBDIR=/usr/lib \ DESTDIR="$pkgdir" |
