diff options
Diffstat (limited to 'audio/rosegarden/files/patch-ad')
-rw-r--r-- | audio/rosegarden/files/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/rosegarden/files/patch-ad b/audio/rosegarden/files/patch-ad index 99328e2196ef..4083055b9715 100644 --- a/audio/rosegarden/files/patch-ad +++ b/audio/rosegarden/files/patch-ad @@ -1,5 +1,6 @@ -Index: do-install -@@ -1,27 +1,23 @@ +--- do-install.orig Wed Oct 22 06:20:43 1997 ++++ do-install Wed Dec 13 03:31:28 2000 +@@ -1,34 +1,30 @@ #!/bin/sh -BINDIR=/usr/local/bin @@ -40,6 +41,14 @@ Index: do-install ROSELIBDIR=$LIBDIR/rosegarden + ( set -x + + $install -d $BINDIR +-$install -s -c ./bin/rosegarden $BINDIR ++$install -s -c ./bin/rosegarden $BINDIR/rosegarden-bin + + $install -d $ROSELIBDIR/bin + $install -s -c ./bin/sequencer $ROSELIBDIR/bin @@ -46,20 +42,20 @@ $install -c -m 644 ./common/help/rosehelp.hnx $ROSELIBDIR/help |