~alpine/devel

testing/kde-runtime: Fix creating link of kdesu v1 PROPOSED

k0r10n: 1
 testing/kde-runtime: Fix creating link of kdesu

 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/devel/patches/912/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/kde-runtime: Fix creating link of kdesu Export this patch

---
 testing/kde-runtime/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/kde-runtime/APKBUILD b/testing/kde-runtime/APKBUILD
index 86e75bb..f39131d 100644
--- a/testing/kde-runtime/APKBUILD
+++ b/testing/kde-runtime/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=kde-runtime
pkgver=4.13.3
pkgrel=0
pkgrel=1
pkgdesc="KDE base runtime"
url="http://www.kde.org/"
arch="all"
@@ -46,7 +46,7 @@ build() {
package() {
	cd "$_builddir"/build
	make DESTDIR="$pkgdir" install || return 1
	ln -sfv "$pkgdir"/usr/lib/kde4/libexec/kdesu \
	ln -sfv /usr/lib/kde4/libexec/kdesu \
		"$pkgdir"/usr/bin/kdesu || return 1
	rm "$pkgdir"/usr/share/icons/hicolor/index.theme || return 1
}
-- 
2.0.0



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