]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- s/exec -a/exec/
authorwrobell <wrobell@pld-linux.org>
Mon, 6 Mar 2006 19:21:55 +0000 (19:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-exec.patch -> 1.1

f-spot-exec.patch [new file with mode: 0644]

diff --git a/f-spot-exec.patch b/f-spot-exec.patch
new file mode 100644 (file)
index 0000000..a28e353
--- /dev/null
@@ -0,0 +1,8 @@
+--- f-spot-0.1.10/src/f-spot.in.orig   2006-03-06 19:17:48.000000000 +0000
++++ f-spot-0.1.10/src/f-spot.in        2006-03-06 19:18:03.000000000 +0000
+@@ -12,4 +12,4 @@
+     EXE_TO_RUN="$libdir/f-spot/f-spot.exe"
+ fi
+-exec -a @PACKAGE@ mono $EXE_TO_RUN "$@"
++exec mono $EXE_TO_RUN "$@"
This page took 0.069187 seconds and 4 git commands to generate.