From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAD7E138334 for ; Tue, 14 May 2019 06:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8052E08AC; Tue, 14 May 2019 06:28:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B7AFE08AC for ; Tue, 14 May 2019 06:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82A6A344281 for ; Tue, 14 May 2019 06:28:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959C05DE for ; Tue, 14 May 2019 06:28:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1557815296.080261a7770b87662c92b1caa75a3cd991fe8ec1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdeconnect/kdeconnect-9999.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 080261a7770b87662c92b1caa75a3cd991fe8ec1 X-VCS-Branch: master Date: Tue, 14 May 2019 06:28:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff31cb77-41bb-47e8-b9da-cb3de2d1c2a2 X-Archives-Hash: 82e3658cb55dace7a3ba3d7215716929 commit: 080261a7770b87662c92b1caa75a3cd991fe8ec1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 14 06:28:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 14 06:28:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=080261a7 kde-misc/kdeconnect: Fix path for sed Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild index 2e46e12cbe..48dc61b7b8 100644 --- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild @@ -68,7 +68,7 @@ src_prepare() { sed \ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \ - -i daemon/kdeconnectd.desktop.cmake || die + -i daemon/org.kde.kdeconnect.daemon.desktop.cmake || die } src_configure() {