]> git.pld-linux.org Git - packages/firehose.git/blame - firehose-sh.patch
- fix build
[packages/firehose.git] / firehose-sh.patch
CommitLineData
a0e1748e
AM
1diff -urN firehose-0.6.0.org/Makefile firehose-0.6.0/Makefile
2--- firehose-0.6.0.org/Makefile 2003-08-09 08:44:39.000000000 +0200
3+++ firehose-0.6.0/Makefile 2006-11-26 00:25:05.905128750 +0100
4@@ -42,7 +42,7 @@
5
6
7
8-$(shell sh -c 'if ! test -d $(TARGET)\; then mkdir $(TARGET)\; fi' )
9+$(shell install -d $(TARGET) )
10 $(shell echo $(CFLAGS) > $(TARGET)/cflags )
11
12
This page took 0.070401 seconds and 4 git commands to generate.