Author: arekm Date: Sat Nov 25 22:25:43 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - new
---- Files affected: SOURCES: firehose-sh.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/firehose-sh.patch diff -u /dev/null SOURCES/firehose-sh.patch:1.1 --- /dev/null Sat Nov 25 23:25:43 2006 +++ SOURCES/firehose-sh.patch Sat Nov 25 23:25:38 2006 @@ -0,0 +1,12 @@ +diff -urN firehose-0.6.0.org/Makefile firehose-0.6.0/Makefile +--- firehose-0.6.0.org/Makefile 2003-08-09 08:44:39.000000000 +0200 ++++ firehose-0.6.0/Makefile 2006-11-26 00:25:05.905128750 +0100 +@@ -42,7 +42,7 @@ + + + +-$(shell sh -c 'if ! test -d $(TARGET)\; then mkdir $(TARGET)\; fi' ) ++$(shell install -d $(TARGET) ) + $(shell echo $(CFLAGS) > $(TARGET)/cflags ) + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
