~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20160802190151.4902-1-dsabogal@ufl.edu>
Sender timestamp
1470164511
DKIM signature
missing
Download raw message
Patch: +4 -4
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
---
Reply to thread Export thread (mbox)