diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 20:55:31 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 00:04:12 -0300 |
commit | d1de81e9ef05baf2e044eb2c545c33fdb966ed72 (patch) | |
tree | ab85e7b93721c189f1dc9e7ebeb56e36078c5044 /community | |
parent | a292b3188c984322f7c637a47becee8992e5b890 (diff) | |
download | aports-d1de81e9ef05baf2e044eb2c545c33fdb966ed72.tar.bz2 aports-d1de81e9ef05baf2e044eb2c545c33fdb966ed72.tar.xz |
community/motif: modernize
Diffstat (limited to 'community')
-rw-r--r-- | community/motif/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/community/motif/APKBUILD b/community/motif/APKBUILD index bad9827f28..5577f7dded 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 } |