summaryrefslogtreecommitdiffstats
path: root/graphics/f-spot/files/patch-src_f-spot.in
blob: e2345df6bb21d794b8c9a8cc05d1cc21c6444fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 "$@"
OpenPOWER on IntegriCloud