aboutsummaryrefslogtreecommitdiffstats
path: root/rpmbuildupdate
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2004-11-28 22:07:35 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2004-11-28 22:07:35 +0000
commit3ee9fe4dfe5b6f35273886ee3fff24bade8cd736 (patch)
tree50a6d2283adc5547fc20ee1123c87f8d8ce60783 /rpmbuildupdate
parentec4cb12267eefa258f2f66f14e58c608bdd1da77 (diff)
downloadbootsplash-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-xrpmbuildupdate2
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);
}