commit:     ab5d50811c0139c3f48b8cbc21e24fc1d61c2af9
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 19:25:42 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:28:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5d5081

media-gfx/fotocx: don't install to /usr/local

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 media-gfx/fotocx/{fotocx-24.21.ebuild => fotocx-24.21-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fotocx/fotocx-24.21.ebuild 
b/media-gfx/fotocx/fotocx-24.21-r1.ebuild
similarity index 98%
rename from media-gfx/fotocx/fotocx-24.21.ebuild
rename to 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
 }

Reply via email to