Author: wrobell Date: Mon Mar 6 19:22:00 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - s/exec -a/exec/
---- Files affected: SOURCES: f-spot-exec.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/f-spot-exec.patch diff -u /dev/null SOURCES/f-spot-exec.patch:1.1 --- /dev/null Mon Mar 6 20:22:00 2006 +++ SOURCES/f-spot-exec.patch Mon Mar 6 20:21:55 2006 @@ -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 "$@" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
