~alpine/aports

testing/i3wm: use builddir v1 PROPOSED

Daniel Sabogal: 1
 testing/i3wm: use builddir

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1461/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH 1/1] testing/i3wm: use builddir Export this patch

From: Daniel Sabogal <dsabogalcc@gmail.com>

---
 testing/i3wm/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/i3wm/APKBUILD b/testing/i3wm/APKBUILD
index 389bd1e..87959f9 100644
--- a/testing/i3wm/APKBUILD
+++ b/testing/i3wm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=i3wm
pkgver=4.12
pkgrel=0
pkgrel=1
pkgdesc="A tiling window manager"
url="http://i3wm.org"
arch="all"
@@ -17,14 +17,14 @@ subpackages="$pkgname-doc"
source="http://i3wm.org/downloads/i3-${pkgver}.tar.bz2
	musl.patch"

_builddir="$srcdir/i3-$pkgver"
builddir="$srcdir/i3-$pkgver"
build() {
	cd "$_builddir"
	cd "$builddir"
	make || return 1
}

package() {
	cd "$_builddir"
	cd "$builddir"
	make DESTDIR="$pkgdir/" install || return 1

	install -d "$pkgdir/usr/share/man/man1"
-- 
2.8.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---