diff options
| -rw-r--r-- | media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild b/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild index cb64d7bca5c9..09ffb40ba7c6 100644 --- a/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild +++ b/media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,12 +31,13 @@ src_install() { default if use udev; then - # create udev rules + # Create udev rules local rulesdir=$(get_udevdir)/rules.d dodir ${rulesdir} "${D}/usr/$(get_libdir)/iscan-data/make-policy-file" \ --force --mode udev \ -d "${D}/usr/share/iscan-data/epkowa.desc" \ + --template "${D}/usr/share/iscan-data/fdi.xsl" \ -o "${D}${rulesdir}/99-iscan.rules" || die fi } |
