diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 12:13:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 12:13:48 +0000 |
commit | 4b14faef38f235611fd3fc98aaa99c379e2b9192 (patch) | |
tree | d08030f41182067e8226384da7e77b34c7529be5 /genhdlist2 | |
parent | 1b17cfd9246edab4b642e4d09779a6169a739d95 (diff) | |
download | rpmtools-4b14faef38f235611fd3fc98aaa99c379e2b9192.tar rpmtools-4b14faef38f235611fd3fc98aaa99c379e2b9192.tar.gz rpmtools-4b14faef38f235611fd3fc98aaa99c379e2b9192.tar.bz2 rpmtools-4b14faef38f235611fd3fc98aaa99c379e2b9192.tar.xz rpmtools-4b14faef38f235611fd3fc98aaa99c379e2b9192.zip |
shorter log message
Diffstat (limited to 'genhdlist2')
-rw-r--r-- | genhdlist2 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,9 +76,9 @@ sub do_it { build_synthesis($urpm, "$synthesis.tmp"); if (1) { - print "replacing $hdlist with $hdlist.tmp\n" if $verbose >= 0; + print "replacing $hdlist with hdlist.cz.tmp\n" if $verbose >= 0; rename "$hdlist.tmp", $hdlist or die "rename $hdlist failed: $?\n"; - print "replacing $synthesis with $synthesis.tmp\n" if $verbose >= 0; + print "replacing $synthesis with synthesis.hdlist.cz.tmp\n" if $verbose >= 0; rename "$synthesis.tmp", $synthesis or die "ERROR: this should not happen: rename $synthesis failed\n"; generate_md5sum($media_info_dir) if !$options{no_md5sum}; } |