Show
Ignore:
Timestamp:
12/11/07 06:33:25 (12 months ago)
Author:
kris
Message:

Fixed up the location of the bmpx.mo files to allow the translations to
load properly

Location:
pbibuild/modules/bmpx/overlay-dir
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/bmpx/overlay-dir/PBI.RemoveScript.sh

    r979 r994  
    1515# Remove the old locale files since we are uninstalling 
    1616LANGFILE="bmpx.mo" 
    17 cd /Programs/${PROGDIR}/locale 
     17cd /Programs/${PROGDIR}/share/locale/ 
    1818for i in `ls` 
    1919do 
  • pbibuild/modules/bmpx/overlay-dir/PBI.SetupScript.sh

    r979 r994  
    2525# Copy over all the LANG files 
    2626LANGFILE="bmpx.mo" 
    27 cd /Programs/${PROGDIR}/locale 
     27cd /Programs/${PROGDIR}/share/locale 
    2828for i in `ls` 
    2929do 
    3030  mkdir -p /usr/local/share/locale/${i}/LC_MESSAGES >/dev/null 2>/dev/null 
    31   cp /Programs/${PROGDIR}/locale/${i}/${LANGFILE} /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE} 
     31  cp /Programs/${PROGDIR}/share/locale/${i}/LC_MESSAGES/${LANGFILE} /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE} 
    3232done 
    3333