Skip to content

Commit

Permalink
sys-fs/xfsprogs: use EPREFIX in localstatedir
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Aug 27, 2024
1 parent b363c07 commit de0b212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-fs/xfsprogs/xfsprogs-6.10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ src_configure() {
# Doesn't do anything beyond adding -flto (bug #930947).
--disable-lto
# The default value causes double 'lib'
--localstatedir=/var
--localstatedir="${EPREFIX}/var"
--with-crond-dir="${EPREFIX}/etc/cron.d"
--with-systemd-unit-dir="$(systemd_get_systemunitdir)"
--with-udev-rule-dir="$(get_udevdir)/rules.d"
Expand Down

0 comments on commit de0b212

Please sign in to comment.