diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-16 14:16:48 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-16 14:16:48 +0000 |
commit | 2818e50d161a9c5caf153383ee862ad659b352de (patch) | |
tree | a97553017748f1d5aa93e94d542f700a0d95de3d /app-arch/kfilecoder | |
parent | Update patches (diff) | |
download | gentoo-2-2818e50d161a9c5caf153383ee862ad659b352de.tar.gz gentoo-2-2818e50d161a9c5caf153383ee862ad659b352de.tar.bz2 gentoo-2-2818e50d161a9c5caf153383ee862ad659b352de.zip |
Install bug fixes
Diffstat (limited to 'app-arch/kfilecoder')
-rw-r--r-- | app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild b/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild index 0e73e0edb1ea..27870e8bd85a 100644 --- a/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild +++ b/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild @@ -20,8 +20,7 @@ src_compile() { } src_install () { - - try make DESTDIR=${D} install + try make DESTDIR=${D} kde_locale=${D}${KDEDIR}/share/locale install dodoc AUTHORS COPYING ChangeLog NEWS README TODO } |