From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56FC6158200 for ; Sun, 14 Sep 2025 11:53:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 44429341FA3 for ; Sun, 14 Sep 2025 11:53:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AB157110572; Sun, 14 Sep 2025 11:53:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A0915110572 for ; Sun, 14 Sep 2025 11:53:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 545D9340F9D for ; Sun, 14 Sep 2025 11:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9430A3578 for ; Sun, 14 Sep 2025 11:53:00 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1757850769.cf9235dbdacff3c07c3cf3c3bb1b819cc6c1dfff.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dunst/dunst-9999.ebuild X-VCS-Directories: x11-misc/dunst/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: cf9235dbdacff3c07c3cf3c3bb1b819cc6c1dfff X-VCS-Branch: master Date: Sun, 14 Sep 2025 11:53:00 +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: ff8d9894-963a-4a2b-90df-4734800545b9 X-Archives-Hash: 08c030974f119c3df5197cb4f3525e2a commit: cf9235dbdacff3c07c3cf3c3bb1b819cc6c1dfff Author: Florian Schmaus gentoo org> AuthorDate: Sun Sep 14 11:52:40 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Sep 14 11:52:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9235db x11-misc/dunst: sync live Signed-off-by: Florian Schmaus gentoo.org> x11-misc/dunst/dunst-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild index ffbf4be52163..a5e56e122de1 100644 --- a/x11-misc/dunst/dunst-9999.ebuild +++ b/x11-misc/dunst/dunst-9999.ebuild @@ -49,8 +49,8 @@ src_prepare() { sed -e 's/-Os//' -i config.mk || die # Use correct path for dbus and system unit - sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die - sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in || die + sed -e "s|@bindir@|${EPREFIX}/usr/bin|" -i dunst.systemd.service.in || die + sed -e "s|@bindir@|${EPREFIX}/usr/bin|" -i org.knopwob.dunst.service.in || die } src_configure() {