diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 15:43:15 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-19 07:26:45 +0000 |
commit | 2ecacf8f32c2af5443f13fc677b16156115d5d8d (patch) | |
tree | 51e3ede6454a1187244b3fe5be408a2d272f7236 | |
parent | be286d03a2bd914d8fdb447367cc4a558f726e94 (diff) | |
download | aports-2ecacf8f32c2af5443f13fc677b16156115d5d8d.tar.bz2 aports-2ecacf8f32c2af5443f13fc677b16156115d5d8d.tar.xz |
community/jwm: rebuild for community
-rw-r--r-- | community/jwm/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/jwm/APKBUILD b/community/jwm/APKBUILD index 2f25064ebf..ec09597760 100644 --- a/community/jwm/APKBUILD +++ b/community/jwm/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Jeff Pohlmeyer <yetanothergeek@gmail.com> pkgname=jwm pkgver=2.3.7 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight window manager for the X11 Window System" options="!check" # No testsuite url="http://joewing.net/projects/jwm/" @@ -15,7 +15,6 @@ subpackages="$pkgname-doc $pkgname-lang" source="http://joewing.net/projects/$pkgname/releases/$pkgname-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,7 +25,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |