[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(-)
applied. thanks!
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
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
---