I'm doing:
data = env.InstallAs('$PREFIX/share/odysi', 'data')
env.Alias('install', data)
Which works fine the first time. But if I change something inside the 'data' folder and do scons -Q install
again, it says `install' is up to date.
even though a file has changed and needs to be reinstalled.
There are a lot of files in the directory (and sub directories) so if I can avoid explicitly listing them, that would be best. Tips?