]> TLD Linux GIT Repositories - tld-builder.git/blobdiff - TLD_Builder/path.py
- fix paths
[tld-builder.git] / TLD_Builder / path.py
index 24776d7b5c5ef1c483c570b045653c5b178a4f0d..50108de222c29ae1d1973c69912ada7f6eee7478 100644 (file)
@@ -4,7 +4,7 @@ import os
 
 root_dir = os.getenv('BUILDERPATH')
 if root_dir is None:
-    root_dir = os.path.expanduser('~/tld-builder.new')
+    root_dir = os.path.expanduser('~/tld-builder')
 conf_dir = root_dir + "/config"
 spool_dir = root_dir + "/spool"
 lock_dir = root_dir + "/lock"