mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
sys-apps/opentmpfiles: fix build on prefix
Closes: https://github.com/gentoo/gentoo/pull/18053 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
committed by
William Hubbs
parent
4d8c968e90
commit
ce4184050a
@@ -25,7 +25,7 @@ RDEPEND="!<sys-apps/openrc-0.23
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
hprefixify tmpfiles
|
||||
hprefixify tmpfiles.sh
|
||||
}
|
||||
src_install() {
|
||||
emake DESTDIR="${ED}" install
|
||||
|
||||
@@ -25,7 +25,7 @@ RDEPEND="!<sys-apps/openrc-0.23
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
hprefixify tmpfiles
|
||||
hprefixify tmpfiles.sh
|
||||
}
|
||||
src_install() {
|
||||
emake DESTDIR="${ED}" install
|
||||
|
||||
Reference in New Issue
Block a user