diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-04-21 14:25:42 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-04-21 14:28:38 -0500 |
commit | ab5d50811c0139c3f48b8cbc21e24fc1d61c2af9 (patch) | |
tree | 63fc5e46b02d5687dcb85f3fb2938288a8d9daa7 /media-gfx/fotocx | |
parent | dev-cpp/simpleini: tidy a bit (diff) | |
download | gentoo-ab5d50811c0139c3f48b8cbc21e24fc1d61c2af9.tar.gz gentoo-ab5d50811c0139c3f48b8cbc21e24fc1d61c2af9.tar.bz2 gentoo-ab5d50811c0139c3f48b8cbc21e24fc1d61c2af9.zip |
media-gfx/fotocx: don't install to /usr/local
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'media-gfx/fotocx')
-rw-r--r-- | media-gfx/fotocx/fotocx-24.21-r1.ebuild (renamed from media-gfx/fotocx/fotocx-24.21.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/fotocx/fotocx-24.21.ebuild b/media-gfx/fotocx/fotocx-24.21-r1.ebuild index 130da99dcd2c..8eee122865a7 100644 --- a/media-gfx/fotocx/fotocx-24.21.ebuild +++ b/media-gfx/fotocx/fotocx-24.21-r1.ebuild @@ -49,7 +49,7 @@ src_prepare() { src_install() { # For the Help menu items to work, *.html must be in /usr/share/doc/${PF}, # and README, changelog, copyright, license, etc. must not be compressed. - emake DESTDIR="${D}" install + emake DESTDIR="${D}" PREFIX="/usr" install rm -f "${D}"/usr/share/doc/${PF}/*.man || die docompress -x /usr/share/doc } |