summaryrefslogtreecommitdiffstats
path: root/abs/core/dvd+rw-tools/growisofs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/dvd+rw-tools/growisofs.sh')
-rw-r--r--abs/core/dvd+rw-tools/growisofs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/core/dvd+rw-tools/growisofs.sh b/abs/core/dvd+rw-tools/growisofs.sh
new file mode 100644
index 0000000..e0b287c
--- /dev/null
+++ b/abs/core/dvd+rw-tools/growisofs.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+unset SUDO_COMMAND
+export MKISOFS=/usr/bin/mkisofs
+exec growisofs.bin "$@"
+