aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/jwm/APKBUILD4
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
}