diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-23 22:46:39 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-23 22:46:39 +0000 |
commit | f8c2c4c889fb0672e254d9fd21f1be240eb90d67 (patch) | |
tree | 9bf997b7bd6ec8cd8f3635d831f9dc3548b13762 /ulri | |
parent | fde9537cbeb38ea78f5ad5656723367ca65b609a (diff) | |
download | iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.tar iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.tar.gz iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.tar.bz2 iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.tar.xz iurt-f8c2c4c889fb0672e254d9fd21f1be240eb90d67.zip |
do not hardcode home
Diffstat (limited to 'ulri')
-rwxr-xr-x | ulri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |