openbsd-ports/sysutils/tkdvd/patches/patch-TkDVD_sh
steven cecd5a2f05 - fix cd device
- remove unneeded configure
- don't hardcode /usr/local
- NO_REGRESS
2006-12-24 06:46:04 +00:00

21 lines
633 B
Plaintext

$OpenBSD: patch-TkDVD_sh,v 1.2 2006/12/24 06:46:04 steven Exp $
--- TkDVD.sh.orig Sun Nov 12 13:25:23 2006
+++ TkDVD.sh Mon Dec 18 19:54:04 2006
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "$@"
+exec !!LOCALBASE!!/bin/wish8.4 "$0" "$@"
# Copyright 2003 Regis Damongeot
@@ -25,7 +25,7 @@ wm geometry . 700x550
wm protocol . WM_DELETE_WINDOW { save_options; destroy . }
set burn_type "burn_dvd"
set v_create_iso "no"
-set burning_device "/dev/sr0"
+set burning_device "/dev/rcd0c"
#used when creating ISO to save CD/DVD device
set temp_burning_device ""
set burn_command "growisofs"