blob: 2e6e707a147fb3e890c9fcd97cb3813e38129414 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
*** Sconstruct.org 2011-11-06 12:15:40.018119106 +0100
--- Sconstruct 2011-11-06 12:16:21.124122432 +0100
***************
*** 298,304 ****
for N in glob.glob('./data/i18n/hydrogen.*'):
env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
- env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data', source="./data/img"))
#add every img in ./data/img to the install list.
os.path.walk("./data/img/",install_images,env)
--- 298,303 ----
|