diff options
author | Sam James <sam@gentoo.org> | 2020-10-24 21:44:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-25 19:11:49 +0000 |
commit | 6f348cb1f463b8ef951fdc0a4f06102e616334b6 (patch) | |
tree | 32e923792697bbb9ed75c7942d21fca71a6481d8 /media-gfx/iscan-plugin-gt-f720 | |
parent | media-gfx/iscan-plugin-gt-f500: port to EAPI 7 (diff) | |
download | gentoo-6f348cb1f463b8ef951fdc0a4f06102e616334b6.tar.gz gentoo-6f348cb1f463b8ef951fdc0a4f06102e616334b6.tar.bz2 gentoo-6f348cb1f463b8ef951fdc0a4f06102e616334b6.zip |
media-gfx/iscan-plugin-gt-x770: port to EAPI 7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/iscan-plugin-gt-f720')
-rw-r--r-- | media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild index 89786f1de276..d107dd8ad8ec 100644 --- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild +++ b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild @@ -44,7 +44,7 @@ pkg_postinst() { iscan-registry --add interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin" || die elog elog "Firmware file esfw8b.bin for Epson Perfection V300 PHOTO" - elog "has been installed in /usr/share/esci and registered for use." + elog "has been installed in ${EROOT}/usr/share/esci and registered for use." elog } |