~alpine/aports

main/mate-backgrounds: adding sysconfdir v1 PROPOSED

Alan Lacerda: 1
 main/mate-backgrounds: adding sysconfdir

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

[alpine-aports] [PATCH] main/mate-backgrounds: adding sysconfdir Export this patch

---
 main/mate-backgrounds/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/mate-backgrounds/APKBUILD b/main/mate-backgrounds/APKBUILD
index 6536cee..88a5cca 100644
--- a/main/mate-backgrounds/APKBUILD
+++ b/main/mate-backgrounds/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-backgrounds
pkgver=1.9.90
pkgrel=0
pkgrel=1
pkgdesc="Background images and data for MATE"
url="https://github.com/mate-desktop/mate-backgrounds"
arch="noarch"
@@ -30,6 +30,7 @@ build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--sysconfdir=/etc \
		--prefix=/usr \
		|| return 1
	make || return 1
-- 
2.3.3



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