~alpine/aports

testing/fbida: change RESDIR to /etc/X11/app-defaults/fbida v1 PROPOSED

Sören Tempel: 1
 testing/fbida: change RESDIR to /etc/X11/app-defaults/fbida

 1 files changed, 2 insertions(+), 2 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/1167/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/fbida: change RESDIR to /etc/X11/app-defaults/fbida Export this patch

---
 testing/fbida/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/fbida/APKBUILD b/testing/fbida/APKBUILD
index 380e63c..e3565e3 100644
--- a/testing/fbida/APKBUILD
+++ b/testing/fbida/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=fbida
pkgver=2.10
pkgrel=0
pkgrel=1
pkgdesc="Few applications to display and elementary edit images"
url="http://www.kraxel.org/blog/linux/$pkgname/"
arch="all"
@@ -29,7 +29,7 @@ build() {
}

package() {
	make DESTDIR="$pkgdir" RESDIR="/usr/share/$pkgname" \
	make DESTDIR="$pkgdir" RESDIR="/etc/X11/app-defaults/$pkgname" \
		prefix=/usr -C "$_builddir" install || return 1
}

-- 
2.5.1



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