aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stagepkg/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagepkg/command.py b/stagepkg/command.py
index 5c6ce5e..7f0bc80 100644
--- a/stagepkg/command.py
+++ b/stagepkg/command.py
@@ -16,7 +16,7 @@ import glob
import optparse
# move to conf file
-archive_root = "/home/debian-packages"
+archive_root = os.path.expanduser("~/debian")
default_arch = "i386"
incoming = "mini-dinstall/incoming"
conf_dir = "/etc/stagepkg/"