openbsd-ports/x11/gnome/f-spot/patches/patch-src_f-spot_in

17 lines
508 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_f-spot_in,v 1.1.1.1 2008/10/17 10:39:17 jasper Exp $
--- src/f-spot.in.orig Fri Oct 17 11:15:47 2008
+++ src/f-spot.in Fri Oct 17 11:20:28 2008
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -67,5 +67,5 @@ if $run_mdb; then
elif $run_gdb; then
gdb --eval-command=run --args mono $MONO_OPTIONS $EXE_TO_RUN "$@"
else
- exec -a @PACKAGE@ $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
+ exec $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
fi