From 2ecacf8f32c2af5443f13fc677b16156115d5d8d Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 7 Jun 2019 15:43:15 -0300 Subject: community/jwm: rebuild for community --- community/jwm/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'community/jwm') 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 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 } -- cgit v1.2.3