aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 14 deletions
diff --git a/graphics/f-spot/files/patch-src_f-spot.in b/graphics/f-spot/files/patch-src_f-spot.in
deleted file mode 100644
index e2345df6bb21..000000000000
--- a/graphics/f-spot/files/patch-src_f-spot.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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 "$@"