diff options
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 } |