]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot-exec.patch
- Release: 2
[packages/f-spot.git] / f-spot-exec.patch
1 diff -Nru f-spot-0.4.4/src/f-spot.in f-spot-0.4.4-exec/src/f-spot.in
2 --- f-spot-0.4.4/src/f-spot.in  2008-05-16 20:52:42.000000000 +0200
3 +++ f-spot-0.4.4-exec/src/f-spot.in     2008-05-29 09:26:36.000000000 +0200
4 @@ -67,5 +67,5 @@
5  elif $run_gdb; then
6         gdb --eval-command=run --args mono $MONO_OPTIONS $EXE_TO_RUN "$@"
7  else
8 -       exec -a @PACKAGE@ $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
9 +       exec $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
10  fi
This page took 0.041583 seconds and 3 git commands to generate.