diff options
-rwxr-xr-x | emi | 2 | ||||
-rwxr-xr-x | ulri | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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", @@ -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', |