]> git.pld-linux.org Git - packages/f-spot.git/blame - f-spot-exec.patch
- s/exec -a/exec/
[packages/f-spot.git] / f-spot-exec.patch
CommitLineData
21e8892d 1--- f-spot-0.1.10/src/f-spot.in.orig 2006-03-06 19:17:48.000000000 +0000
2+++ f-spot-0.1.10/src/f-spot.in 2006-03-06 19:18:03.000000000 +0000
3@@ -12,4 +12,4 @@
4 EXE_TO_RUN="$libdir/f-spot/f-spot.exe"
5 fi
6
7-exec -a @PACKAGE@ mono $EXE_TO_RUN "$@"
8+exec mono $EXE_TO_RUN "$@"
This page took 0.088503 seconds and 4 git commands to generate.