aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-11-23 22:46:39 +0000
committerOlivier Blin <blino@mageia.org>2010-11-23 22:46:39 +0000
commitf8c2c4c889fb0672e254d9fd21f1be240eb90d67 (patch)
tree9bf997b7bd6ec8cd8f3635d831f9dc3548b13762
parentfde9537cbeb38ea78f5ad5656723367ca65b609a (diff)
downloadiurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.tar
iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.tar.gz
iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.tar.bz2
iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.tar.xz
iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.zip
do not hardcode home
-rwxr-xr-xemi2
-rwxr-xr-xulri2
2 files changed, 2 insertions, 2 deletions
diff --git a/emi b/emi
index bf9d4ab..c8f3277 100755
--- a/emi
+++ b/emi
@@ -97,7 +97,7 @@ my %config_usage = (
},
queue => {
desc => 'root directory of the various upload queues',
- default => '/home/mandrake/uploads/'
+ default => "$HOME/uploads/"
},
ssh_option => {
desc => "SSH options",
diff --git a/ulri b/ulri
index bf40184..542c5c5 100755
--- a/ulri
+++ b/ulri
@@ -136,7 +136,7 @@ my %config_usage = (
},
queue => {
desc => "Root of the tree where the packages to compile are located",
- default => "/home/mandrake/uploads/"
+ default => "$HOME/uploads/"
},
cache_home => {
desc => 'Where to store the cache files',