~alpine/devel

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

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

Details
Message ID
<1413881433-23825-1-git-send-email-k0r10n.dev@gmail.com>
Sender timestamp
1413881433
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20141021170500.2ac9b857@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1413881433-23825-1-git-send-email-k0r10n.dev@gmail.com> (view parent)
Sender timestamp
1413903900
DKIM signature
missing
Download raw message
On Tue, 21 Oct 2014 12:50:33 +0400
k0r10n <k0r10n.dev@gmail.com> wrote:

> ---
>  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
---
Reply to thread Export thread (mbox)