diff options
Diffstat (limited to 'audio/rosegarden/files/patch-ae')
-rw-r--r-- | audio/rosegarden/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/rosegarden/files/patch-ae b/audio/rosegarden/files/patch-ae new file mode 100644 index 000000000000..9be375d06cbb --- /dev/null +++ b/audio/rosegarden/files/patch-ae @@ -0,0 +1,11 @@ +--- /tmp/rosegarden-2.1/petal/dump.tcl Mon Oct 20 19:23:58 1997 ++++ ./petal/dump.tcl Fri May 14 17:22:47 1999 +@@ -1,6 +1,6 @@ + #!/bin/sh +-# the next line restarts using tclsh \ +-exec tclsh "$0" "$@" ++# the next line restarts using tclsh8.0 \ ++exec tclsh8.0 "$0" "$@" + + package require "Petal" + PetalInit |