Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 150979

Summary: net-misc/aria2 does not install locale files
Product: Gentoo Linux Reporter: Azamat H. Hackimov <azamat.hackimov>
Component: New packagesAssignee: Tiziano Müller (RETIRED) <dev-zero>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Azamat H. Hackimov 2006-10-12 02:30:34 UTC
aria2-0.8.1.ebuild not install locales for de, ja or ru.

Here fix for it:

--- aria2-0.8.1.ebuild~ 2006-10-12 09:15:17.000000000 +0000
+++ aria2-0.8.1.ebuild  2006-10-12 09:16:36.000000000 +0000
@@ -48,7 +48,7 @@
 }

 src_install() {
-       dobin src/aria2c
+       make DESTDIR="${D}" install || die
        dodoc ChangeLog README AUTHORS TODO NEWS
        doman doc/aria2c.1
 }
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2006-10-12 03:49:32 UTC
Fixed in CVS.