aboutsummaryrefslogtreecommitdiffstats
path: root/genhdlist2
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-22 12:13:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-22 12:13:48 +0000
commit4b14faef38f235611fd3fc98aaa99c379e2b9192 (patch)
treed08030f41182067e8226384da7e77b34c7529be5 /genhdlist2
parent1b17cfd9246edab4b642e4d09779a6169a739d95 (diff)
downloadrpmtools-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--genhdlist24
1 files changed, 2 insertions, 2 deletions
diff --git a/genhdlist2 b/genhdlist2
index 41f08e3..a8684ad 100644
--- a/genhdlist2
+++ b/genhdlist2
@@ -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};
}