aboutsummaryrefslogtreecommitdiffstats
path: root/community/jwm/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-07 15:43:15 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-19 07:26:45 +0000
commit2ecacf8f32c2af5443f13fc677b16156115d5d8d (patch)
tree51e3ede6454a1187244b3fe5be408a2d272f7236 /community/jwm/APKBUILD
parentbe286d03a2bd914d8fdb447367cc4a558f726e94 (diff)
community/jwm: rebuild for community
Diffstat (limited to 'community/jwm/APKBUILD')
-rw-r--r--community/jwm/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/jwm/APKBUILD b/community/jwm/APKBUILD
index 2f25064ebf9..ec095977603 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
}