Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28650 - app-misc/gallery ebuild doesn't install locales
Summary: app-misc/gallery ebuild doesn't install locales
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-13 14:42 UTC by Andreas Erhart
Modified: 2003-09-16 13:17 UTC (History)
1 user (show)

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 Andreas Erhart 2003-09-13 14:42:01 UTC
this would fix it: 
 
    # install locales 
    for d in locale/* 
    do 
      insinto ${DST_PATH}/$d/LC_MESSAGES 
      doins $d/LC_MESSAGES/* 
    done 
 

Reproducible: Always
Steps to Reproduce:
1. emerge gallery 
2. 
3. 
Actual Results:  
setup complains about missing languages
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-09-16 13:17:57 UTC
fixed in cvs