OSDN Git Service

[PATCH 11/17] Make shebang paths /usr/bin/foo rather then /usr/local/bin/foo
authorShoichi Tamuki <tamuki@linet.gr.jp>
Mon, 5 Dec 2011 12:52:27 +0000 (12:52 +0000)
committerShoichi Tamuki <tamuki@linet.gr.jp>
Mon, 5 Dec 2011 12:52:27 +0000 (12:52 +0000)
This makes life easier for packagers, people who want to use non standard
paths will need to fix this up themselves...

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 interface/tkmidity.ptcl |    2 +-
 interface/tkpanel.tcl   |    2 +-
 script/dllutl.rb        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

ChangeLog
interface/tkmidity.ptcl
interface/tkpanel.tcl
script/dllutl.rb

index 60cfa15..55a9c66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-12-05  Hans de Goede <hdegoede@redhat.com>
+
+       * interface/tkmidity.ptcl, interface/tkpanel.tcl,
+         script/dllutl.rb: [PATCH 11/17] Make shebang paths
+         /usr/bin/foo rather then /usr/local/bin/foo
+         This makes life easier for packagers, people who want to use
+         non standard paths will need to fix this up themselves...
+         (revised by TAMUKI Shoichi)
+
 2011-12-04  TAMUKI Shoichi <tamuki@linet.gr.jp>
 
        * configure.in: Support for Tcl/Tk 8.5 and autoreconf
index caf5e0a..7168bc4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wishx -f
+#!/usr/bin/wish -f
 #
 # TiMidity++ -- MIDI to WAVE converter and player
 # Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp>
index 0a392b1..e826c54 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wishx -f
+#!/usr/bin/wish -f
 #
 # TiMidity++ -- MIDI to WAVE converter and player
 # Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp>
index 33b4719..527f6a4 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby\r
+#!/usr/bin/ruby\r
 \r
 # DLL \82Ì\83_\83C\83i\83~\83b\83N\83\8d\81[\83h\97p\83c\81[\83\8b\r
 # \82P\8ds\96Ú \83N\83\89\83X\96¼\r