From 50b0a3feee66d98cc38d0ec32e11f07926f5b211 Mon Sep 17 00:00:00 2001
From: Marcin Krol <hawk@tld-linux.org>
Date: Thu, 28 Jul 2016 12:25:08 +0000
Subject: [PATCH] - fix paths

---
 TLD_Builder/cia-head.xml | 2 +-
 TLD_Builder/path.py      | 2 +-
 admin/fresh-queue.sh     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/TLD_Builder/cia-head.xml b/TLD_Builder/cia-head.xml
index afad52a..0cb91e1 100644
--- a/TLD_Builder/cia-head.xml
+++ b/TLD_Builder/cia-head.xml
@@ -2,7 +2,7 @@
     <generator>
         <name>TLD Linux Builder client for CIA</name>
 	<version>0.001</version>
-	<url>http://git.tld-linux.org/?p=tld-builder.new.git;a=blob;f=TLD_Builder/report.py</url>
+	<url>http://git.tld-linux.org/?p=tld-builder.git;a=blob;f=TLD_Builder/report.py</url>
     </generator>
     <source>
         <project>tld</project>
diff --git a/TLD_Builder/path.py b/TLD_Builder/path.py
index 24776d7..50108de 100644
--- a/TLD_Builder/path.py
+++ b/TLD_Builder/path.py
@@ -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"
diff --git a/admin/fresh-queue.sh b/admin/fresh-queue.sh
index c971c50..0fe6667 100755
--- a/admin/fresh-queue.sh
+++ b/admin/fresh-queue.sh
@@ -4,7 +4,7 @@ umask 077
 
 CONFIG=$HOME/.tldbuilderrc
 [ -f "$CONFIG" ] && . $CONFIG
-[ -n "$BUILDERPATH" ] || BUILDERPATH="$HOME/tld-builder.new/"
+[ -n "$BUILDERPATH" ] || BUILDERPATH="$HOME/tld-builder/"
 export BUILDERPATH
 
 if [ -d "$BUILDERPATH" ]; then
-- 
2.49.0