]> git.donarmstrong.com Git - lilypond.git/blobdiff - po/SConscript
* SConstruct (symlink): Add dvips and music-drawing-routines.ps.
[lilypond.git] / po / SConscript
index d18c53cdab06f32dc08f9f74659009370eed9b40..a6b7548de611f9a961706aa101f552459b424776 100644 (file)
@@ -3,7 +3,7 @@
 Import ('env')
 pos = env['glob'] (env, '*.po')
 mos = map (env.MO, pos)
-dir = env['localedir']
+dir = env['DESTDIR'] + env['localedir']
 env.Install (dir, mos)
 env.Alias ('install', dir)