X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2FSConscript;h=396bafba8e131429bd5db6094683f01c85e5761d;hb=543171165412bc915d8ea1f308d070c74924b2f1;hp=81afd435b4ff611cb063f284c5e444765fc47616;hpb=6b13be765d6b1181ed76eed6c987e3db37c03f5d;p=lilypond.git diff --git a/scm/SConscript b/scm/SConscript index 81afd435b4..396bafba8e 100644 --- a/scm/SConscript +++ b/scm/SConscript @@ -1,7 +1,5 @@ # -*-python-*- -Import ('env') -sources = env['src_glob'] (env, '*.scm') -dir = env['DESTDIR'] + env['sharedir_package_version'] + '/scm' -env.Install (dir, sources) -env.Alias ('install', dir) +Import ('env', 'install', 'src_glob') +sources = src_glob ('*.scm') +install (sources, env['sharedir_package_version'] + '/scm')