diff options
author | James Meyer <jams@linhes.org> | 2010-12-04 23:39:32 (GMT) |
---|---|---|
committer | James Meyer <jams@linhes.org> | 2010-12-04 23:39:32 (GMT) |
commit | 5a10e2fc57d63f3b7ef6990c7dd27ccb50a5b449 (patch) | |
tree | 5831d19b6518352ddb5ecc07f0d00351f159b66d /build_tools | |
parent | d924862abb5f28b18e8dfef3e5e5204cf1797e90 (diff) | |
download | linhes_dev-5a10e2fc57d63f3b7ef6990c7dd27ccb50a5b449.zip |
sync_profiles: update for larch8
Diffstat (limited to 'build_tools')
-rwxr-xr-x | build_tools/bin/sync_profiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/sync_profiles.py b/build_tools/bin/sync_profiles.py index 9b9200c..57f6410 100755 --- a/build_tools/bin/sync_profiles.py +++ b/build_tools/bin/sync_profiles.py @@ -1,6 +1,6 @@ #!/usr/bin/python2 import os -profiledir="/build_tools/larch7/larch0/profiles" +profiledir="/build_tools/larch8/larch0/profiles" def getProfileList(profileType): profilelist=[] dirlist=os.listdir(profiledir) |