summaryrefslogtreecommitdiff
path: root/user/optipng/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/optipng/APKBUILD')
-rw-r--r--user/optipng/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/optipng/APKBUILD b/user/optipng/APKBUILD
index fcdef5b01..7ad5fbe5f 100644
--- a/user/optipng/APKBUILD
+++ b/user/optipng/APKBUILD
@@ -13,7 +13,6 @@ subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/optipng/optipng-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure \
-prefix=/usr \
-mandir=/usr/share/man \
@@ -22,12 +21,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}