diff options
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/dfc/dfc-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild index 6efb0e5b80cd..4e0dba7f60f0 100644 --- a/sys-fs/dfc/dfc-3.1.1.ebuild +++ b/sys-fs/dfc/dfc-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ DEPEND="nls? ( RDEPEND="nls? ( virtual/libintl )" src_configure() { - mycmakeargs=( + local mycmakeargs=( # avoid installing xdg config in /usr -DXDG_CONFIG_DIR="${EPREFIX}"/etc/xdg # use the standard Gentoo doc path |