summaryrefslogtreecommitdiffstats
path: root/build_tools/bin
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-04 23:39:32 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-04 23:39:32 (GMT)
commit5a10e2fc57d63f3b7ef6990c7dd27ccb50a5b449 (patch)
tree5831d19b6518352ddb5ecc07f0d00351f159b66d /build_tools/bin
parentd924862abb5f28b18e8dfef3e5e5204cf1797e90 (diff)
downloadlinhes_dev-5a10e2fc57d63f3b7ef6990c7dd27ccb50a5b449.zip
sync_profiles: update for larch8
Diffstat (limited to 'build_tools/bin')
-rwxr-xr-xbuild_tools/bin/sync_profiles.py2
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)