Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150979 - net-misc/aria2 does not install locale files
Summary: net-misc/aria2 does not install locale files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-12 02:30 UTC by Azamat H. Hackimov
Modified: 2006-10-12 03:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.