mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
sys-power/cpupower: fix systemd unit
Add a trailing slash to confdir since the template does not include one. Closes: https://bugs.gentoo.org/966716 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
parent
9fc99add2f
commit
0374ab5449
@ -45,7 +45,7 @@ src_configure() {
|
||||
export includedir="${EPREFIX}/usr/include"
|
||||
export localedir="${EPREFIX}/usr/share/locale"
|
||||
export docdir="${EPREFIX}/usr/share/doc/${PF}"
|
||||
export confdir="${EPREFIX}/etc"
|
||||
export confdir="${EPREFIX}/etc/"
|
||||
export bash_completion_dir="$(get_bashcompdir)"
|
||||
export V=1
|
||||
export NLS=$(usex nls true false)
|
||||
Loading…
x
Reference in New Issue
Block a user