diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 05:49:40 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 05:49:40 -0600 |
commit | 8462b261d6159bcc469e9ff1996430a07e62b2b0 (patch) | |
tree | 19b3dbe681ed4a355a6c1d58d1e91892a7bdd574 /user/pciutils/APKBUILD | |
parent | 409644990803bfcb544169b8ab6c364be0c94bae (diff) | |
download | packages-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/APKBUILD')
-rw-r--r-- | user/pciutils/APKBUILD | 2 |
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 \ |