summaryrefslogtreecommitdiffstats
path: root/graphics/f-spot/files/patch-src_f-spot.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/f-spot/files/patch-src_f-spot.in')
-rw-r--r--graphics/f-spot/files/patch-src_f-spot.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/f-spot/files/patch-src_f-spot.in b/graphics/f-spot/files/patch-src_f-spot.in
new file mode 100644
index 000000000..e2345df6b
--- /dev/null
+++ b/graphics/f-spot/files/patch-src_f-spot.in
@@ -0,0 +1,14 @@
+--- src/f-spot.in.orig Mon Jan 15 04:53:32 2007
++++ src/f-spot.in Thu Jan 18 13:27:50 2007
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+@@ -44,4 +43,4 @@
+ echo "** Running Mono with $MONO_OPTIONS **"
+ fi
+
+-exec -a @PACKAGE@ mono $MONO_OPTIONS $EXE_TO_RUN "$@"
++exec mono $MONO_OPTIONS $EXE_TO_RUN "$@"