summaryrefslogtreecommitdiffstats
path: root/patches/libcgi-1.0/libcgi-1.0-create-dirs-on-install.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/libcgi-1.0/libcgi-1.0-create-dirs-on-install.diff')
-rw-r--r--patches/libcgi-1.0/libcgi-1.0-create-dirs-on-install.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/patches/libcgi-1.0/libcgi-1.0-create-dirs-on-install.diff b/patches/libcgi-1.0/libcgi-1.0-create-dirs-on-install.diff
new file mode 100644
index 000000000..02f459e64
--- /dev/null
+++ b/patches/libcgi-1.0/libcgi-1.0-create-dirs-on-install.diff
@@ -0,0 +1,18 @@
+---
+ Makefile.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+Index: Makefile.in
+===================================================================
+--- Makefile.in.orig
++++ Makefile.in
+@@ -1,6 +1,6 @@
+-INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
++INSTALL = @INSTALL@ -D
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -D
++INSTALL_DATA = @INSTALL_DATA@ -D
+
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@