aboutsummaryrefslogtreecommitdiffstats
path: root/community/motif/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/motif/APKBUILD')
-rw-r--r--community/motif/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/motif/APKBUILD b/community/motif/APKBUILD
index bad9827f285..5577f7dded5 100644
--- a/community/motif/APKBUILD
+++ b/community/motif/APKBUILD
@@ -28,7 +28,6 @@ source="
"
prepare() {
- cd "$builddir"
default_prepare
touch NEWS AUTHORS
autoreconf -fi
@@ -41,7 +40,6 @@ build() {
# png/jpeg image.
# printing: this is Xprint support; only CDE uses this, others print directly.
# demos: one of the demos can break the build
- cd "$builddir"
export LDFLAGS="$LDFLAGS -lX11"
./configure \
--build=$CBUILD \
@@ -60,7 +58,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}