Changeset 1554


Ignore:
Timestamp:
12/28/15 23:09:15 (8 years ago)
Author:
nanardon
Message:

Really fix everything about installing locale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/Makefile.PL

    r1553 r1554  
    220220 
    221221    foreach (@po) { 
    222         $section .= "\tinstall -d \$(DESTDIR)\$(LOCALEDIR)/$_/LC_MESSAGES"; 
    223         $section .= "\tinstall po/$_/LC_MESSAGES/linkacccounts.mo \$(DESTDIR)\$(LOCALEDIR)/$_/LC_MESSAGES/linkacccounts.mo"; 
     222        $section .= "\tinstall -d \$(DESTDIR)\$(LOCALEDIR)/$_/LC_MESSAGES\n"; 
     223        $section .= "\tinstall po/$_/LC_MESSAGES/linkaccounts.mo \$(DESTDIR)\$(LOCALEDIR)/$_/LC_MESSAGES/linkaccounts.mo\n"; 
    224224    } 
    225225    $section .= "\n"; 
Note: See TracChangeset for help on using the changeset viewer.