commit: fa700f342aa72203cc7892d993ef8c7fee7b1e57 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 10 00:35:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 10 00:35:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa700f34
media-gfx/iscan-data: fix src_install Closes: https://bugs.gentoo.org/833597 Thanks-to: Viachaslau Ahrenich <kasyakby <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/iscan-data/iscan-data-1.39.0.1.ebuild | 5 +++-- 1 file 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 }
