summaryrefslogtreecommitdiff
path: root/user/pciutils
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-28 05:49:40 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-28 05:49:40 -0600
commit8462b261d6159bcc469e9ff1996430a07e62b2b0 (patch)
tree19b3dbe681ed4a355a6c1d58d1e91892a7bdd574 /user/pciutils
parent409644990803bfcb544169b8ab6c364be0c94bae (diff)
downloadpackages-8462b261d6159bcc469e9ff1996430a07e62b2b0.tar.gz
packages-8462b261d6159bcc469e9ff1996430a07e62b2b0.tar.bz2
packages-8462b261d6159bcc469e9ff1996430a07e62b2b0.tar.xz
packages-8462b261d6159bcc469e9ff1996430a07e62b2b0.zip
user/{libtheora,pciutils,sdl}: modernise/fix syntax
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 \