summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-05-15 09:22:43 -0400
committerMike Gilbert <floppym@gentoo.org>2024-05-15 09:22:43 -0400
commit41ec9f4c23631d2c8746343372199b49cf3209d5 (patch)
treef577e0c40ee4e5cfa9d3f3f4cc4ccc992a3df3e2 /sys-fs
parentsys-boot/uefi-mkconfig: add 1.6 (diff)
downloadgentoo-41ec9f4c23631d2c8746343372199b49cf3209d5.tar.gz
gentoo-41ec9f4c23631d2c8746343372199b49cf3209d5.tar.bz2
gentoo-41ec9f4c23631d2c8746343372199b49cf3209d5.zip
sys-fs/xfsprogs: fix udev rule install location
Closes: https://bugs.gentoo.org/931943 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xfsprogs/xfsprogs-6.6.0-r1.ebuild (renamed from sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild)2
-rw-r--r--sys-fs/xfsprogs/xfsprogs-6.7.0-r2.ebuild (renamed from sys-fs/xfsprogs/xfsprogs-6.7.0-r1.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.6.0-r1.ebuild
index c46c41e10726..55fcb0627c3c 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.6.0-r1.ebuild
@@ -78,7 +78,7 @@ src_configure() {
--disable-lto
--with-crond-dir="${EPREFIX}/etc/cron.d"
--with-systemd-unit-dir="$(systemd_get_systemunitdir)"
- --with-udev-rule-dir="$(get_udevdir)"
+ --with-udev-rule-dir="$(get_udevdir)/rules.d"
$(use_enable icu libicu)
$(use_enable nls gettext)
$(use_enable libedit editline)
diff --git a/sys-fs/xfsprogs/xfsprogs-6.7.0-r1.ebuild b/sys-fs/xfsprogs/xfsprogs-6.7.0-r2.ebuild
index d748990bfbd3..6781e5f02997 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.7.0-r1.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.7.0-r2.ebuild
@@ -75,7 +75,7 @@ src_configure() {
--disable-lto
--with-crond-dir="${EPREFIX}/etc/cron.d"
--with-systemd-unit-dir="$(systemd_get_systemunitdir)"
- --with-udev-rule-dir="$(get_udevdir)"
+ --with-udev-rule-dir="$(get_udevdir)/rules.d"
$(use_enable icu libicu)
$(use_enable nls gettext)
$(use_enable libedit editline)