summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index fba189e..6cb0bb2 100755
--- a/draklive
+++ b/draklive
@@ -1124,7 +1124,7 @@ sub create_cdrom_master {
if ($dest) {
my $dir = dirname($dest);
my $filename = basename($dest);
- run_('mkcd', '--addmd5', $dest);
+ run_('mkcd', '>', '/dev/null', '2>', '/dev/null', '--addmd5', $dest);
run_({ chdir => $dir }, 'md5sum', '>', $dest . '.md5', $filename);
run_({ chdir => $dir }, 'sha1sum', '>', $dest . '.sha1', $filename);
}