Really fixed install with scons 0.96.93

This commit is contained in:
Sergey Popov 2008-10-17 08:26:53 +00:00
parent bfb210c9e9
commit 50e7c63d04

View file

@ -71,7 +71,7 @@ HardLink = ActionFactory(hard_link,
def InstallData(env, datadir, component, source, subdir = ""):
installdir = Dir(env.subst(os.path.join(env["destdir"], env[datadir].lstrip("/"), subdir)))
sources = map(Entry, Flatten([env.subst(source)]))
sources = map(Entry, Flatten([source]))
dirs = []
for source in sources:
if source.exists():