aboutsummaryrefslogtreecommitdiffstats
path: root/genhdlist2
diff options
context:
space:
mode:
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};
}