Author: darekr Date: Sun May 14 18:56:46 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - new. use /etc/motion/ dir as default place for config file
---- Files affected: SOURCES: motion-config.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/motion-config.patch diff -u /dev/null SOURCES/motion-config.patch:1.1 --- /dev/null Sun May 14 20:56:46 2006 +++ SOURCES/motion-config.patch Sun May 14 20:56:41 2006 @@ -0,0 +1,11 @@ +--- motion-3.2.6.orig/Makefile.in 2006-05-14 20:30:22.000000000 +0200 ++++ motion-3.2.6/Makefile.in 2006-05-14 20:40:27.000000000 +0200 +@@ -31,7 +31,7 @@ + # install. # + ################################################################################ + CFLAGS = @CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -D_REENTRANT \ +- -Dsysconfdir=\"$(sysconfdir)\" ++ -Dsysconfdir=\"$(sysconfdir)/motion\" + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ + VIDEO_OBJ = @VIDEO@ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
