From a4731340a2fedb713efbd0c85385d3f4a58f9a62 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 19 Jun 2014 19:35:26 +0200 Subject: Use same default as mini-dinstall's example config --- stagepkg/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" -- cgit v1.2.3