diff options
author | Florent Villard <warly@mandriva.com> | 2006-08-05 12:24:41 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2006-08-05 12:24:41 +0000 |
commit | f01bb45344c60e43d077e80656639fee7b5c2037 (patch) | |
tree | 1a0a8f79a986352387803f55fb36d2bad79538c2 | |
parent | 8db0e5453670c158a69c85a70adccbd2bce55a8a (diff) | |
download | mga-youri-core-f01bb45344c60e43d077e80656639fee7b5c2037.tar mga-youri-core-f01bb45344c60e43d077e80656639fee7b5c2037.tar.gz mga-youri-core-f01bb45344c60e43d077e80656639fee7b5c2037.tar.bz2 mga-youri-core-f01bb45344c60e43d077e80656639fee7b5c2037.tar.xz mga-youri-core-f01bb45344c60e43d077e80656639fee7b5c2037.zip |
fix wrongly changed directories default
-rwxr-xr-x | bin/youri-upload.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/youri-upload.in b/bin/youri-upload.in index 5f181ff..50e860f 100755 --- a/bin/youri-upload.in +++ b/bin/youri-upload.in @@ -166,7 +166,7 @@ my $config = Youri::Config->new( 'targets=s', 'repository=s', ], - directories => [ '/usr/local/etc', "$ENV{HOME}/.youri" ], + directories => [ '@sysconfigdir', "$ENV{HOME}/.youri" ], file_name => 'upload.conf', caller => $0, ); |