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 B8E88138347 for ; Mon, 6 Jan 2020 15:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1F1BE09D5; Mon, 6 Jan 2020 15:40:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 84C89E09D5 for ; Mon, 6 Jan 2020 15:40:40 +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 5AFA234DE3E for ; Mon, 6 Jan 2020 15:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B481694 for ; Mon, 6 Jan 2020 15:40:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1578325218.a9b1fd77991be09b69f77e2cd7967379c36aeea1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild x11-misc/libinput-gestures/libinput-gestures-9999.ebuild X-VCS-Directories: x11-misc/libinput-gestures/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a9b1fd77991be09b69f77e2cd7967379c36aeea1 X-VCS-Branch: master Date: Mon, 6 Jan 2020 15:40: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: fb5914cc-e7e6-4236-bd01-ffc0d4e941e9 X-Archives-Hash: f366f5d323afa7c0c003723699f5963a commit: a9b1fd77991be09b69f77e2cd7967379c36aeea1 Author: Vladimir Pavljuchenkov (SpiderX) spiderx dp ua> AuthorDate: Sun Jan 5 16:47:19 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jan 6 15:40:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b1fd77 x11-misc/libinput-gestures: fix docdir for libinput-gestures-setup Closes: https://bugs.gentoo.org/701558 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/14249 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild | 3 ++- x11-misc/libinput-gestures/libinput-gestures-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild index e456a7686da..e1af99e98eb 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild @@ -33,7 +33,8 @@ src_prepare() { default # Fix docdir installation path - sed '/^DOCDIR/s@$NAME@${PF}@' -i libinput-gestures-setup || die + sed -i "/^DOCDIR/s@\$NAME@${PF}@" libinput-gestures-setup \ + || die "sed failed for libinput-gestures-setup" } src_test() { :; } diff --git a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild index e456a7686da..e1af99e98eb 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild @@ -33,7 +33,8 @@ src_prepare() { default # Fix docdir installation path - sed '/^DOCDIR/s@$NAME@${PF}@' -i libinput-gestures-setup || die + sed -i "/^DOCDIR/s@\$NAME@${PF}@" libinput-gestures-setup \ + || die "sed failed for libinput-gestures-setup" } src_test() { :; }