summaryrefslogtreecommitdiffstats
path: root/abs/core/dvd+rw-tools/growisofs.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-10-24 19:13:41 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-10-24 19:13:41 (GMT)
commite9615db9786ec5d51e2dd4720fb77223192819a4 (patch)
tree05e2f74a66c430d59a90115889928879196e64eb /abs/core/dvd+rw-tools/growisofs.sh
parent05273a8f4d16f4c4bf13fa86f38a0150b95227b3 (diff)
downloadlinhes_pkgbuild-e9615db9786ec5d51e2dd4720fb77223192819a4.zip
linhes_pkgbuild-e9615db9786ec5d51e2dd4720fb77223192819a4.tar.gz
linhes_pkgbuild-e9615db9786ec5d51e2dd4720fb77223192819a4.tar.bz2
dvd+rw-tools: add shell wrapper for sudo workaround
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 "$@"
+