summaryrefslogtreecommitdiff
path: root/user/pciutils
diff options
context:
space:
mode:
Diffstat (limited to 'user/pciutils')
-rw-r--r--user/pciutils/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/user/pciutils/APKBUILD b/user/pciutils/APKBUILD
index a20e48e9d..45924bda1 100644
--- a/user/pciutils/APKBUILD
+++ b/user/pciutils/APKBUILD
@@ -17,7 +17,6 @@ source="https://www.kernel.org/pub/software/utils/$pkgname/$pkgname-$pkgver.tar.
"
build() {
- cd "$builddir"
sed -i -e "106s/^/\#/" Makefile
make OPT="$CFLAGS" ZLIB=no \
SHARED=yes \
@@ -28,7 +27,6 @@ build() {
}
package() {
- cd "$builddir"
make PREFIX="$pkgdir"/usr \
SHARED=yes \
SHAREDIR="$pkgdir"/usr/share/hwdata \