diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2004-11-28 22:07:35 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2004-11-28 22:07:35 +0000 |
commit | 3ee9fe4dfe5b6f35273886ee3fff24bade8cd736 (patch) | |
tree | 50a6d2283adc5547fc20ee1123c87f8d8ce60783 /rpmbuildupdate | |
parent | ec4cb12267eefa258f2f66f14e58c608bdd1da77 (diff) | |
download | bootsplash-3ee9fe4dfe5b6f35273886ee3fff24bade8cd736.tar bootsplash-3ee9fe4dfe5b6f35273886ee3fff24bade8cd736.tar.gz bootsplash-3ee9fe4dfe5b6f35273886ee3fff24bade8cd736.tar.bz2 bootsplash-3ee9fe4dfe5b6f35273886ee3fff24bade8cd736.tar.xz bootsplash-3ee9fe4dfe5b6f35273886ee3fff24bade8cd736.zip |
use .rpmbuildupdaterc as personal configuration file
Diffstat (limited to 'rpmbuildupdate')
-rwxr-xr-x | rpmbuildupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmbuildupdate b/rpmbuildupdate index 0db0a03..88657ea 100755 --- a/rpmbuildupdate +++ b/rpmbuildupdate @@ -506,7 +506,7 @@ sub parse_argv { ARGCOUNT => AppConfig::ARGCOUNT_ONE } ); - foreach my $f ('/etc/rpmbuildupdate.conf', "$ENV{HOME}/.rpmbuildupdate.conf") + foreach my $f ('/etc/rpmbuildupdate.conf', "$ENV{HOME}/.rpmbuildupdaterc") { -f $f && $conf->file($f); } |