13 lines
596 B
Diff
13 lines
596 B
Diff
*** 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 ----
|