aboutsummaryrefslogtreecommitdiffstats
path: root/community/fltk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fltk/APKBUILD')
-rw-r--r--community/fltk/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/fltk/APKBUILD b/community/fltk/APKBUILD
index 392799ee1bb..7657ff42b2f 100644
--- a/community/fltk/APKBUILD
+++ b/community/fltk/APKBUILD
@@ -14,7 +14,6 @@ subpackages="$pkgname-doc $pkgname-dev $pkgname-fluid"
source="http://fltk.org/pub/fltk/$pkgver/fltk-$pkgver-source.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,9 +25,7 @@ build() {
}
-
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
# remove static libs
rm "$pkgdir"/usr/lib/*.a