summaryrefslogtreecommitdiff
path: root/package/ca-certificates/patches/patch-Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-22 22:45:52 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-22 22:51:38 +0200
commitba0c06d2bb46e087f1782eb76573e0bef735c062 (patch)
tree5a1457c71ffba8be861365cc45ad4c02443ba6ca /package/ca-certificates/patches/patch-Makefile
parentc823698fc91f462eae028ba7e0dfcb9cc0f3e98c (diff)
new package ca-certificates
"Oh boy, here it comes ..."
Diffstat (limited to 'package/ca-certificates/patches/patch-Makefile')
-rw-r--r--package/ca-certificates/patches/patch-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ca-certificates/patches/patch-Makefile b/package/ca-certificates/patches/patch-Makefile
new file mode 100644
index 000000000..24e9fab9c
--- /dev/null
+++ b/package/ca-certificates/patches/patch-Makefile
@@ -0,0 +1,12 @@
+ fix for the completely empty DESTDIR
+--- ca-certificates-20090814.orig/Makefile 2009-07-08 23:18:57.000000000 +0200
++++ ca-certificates-20090814/Makefile 2009-08-22 20:36:42.614405912 +0200
+@@ -17,7 +17,7 @@ clean:
+
+ install:
+ for dir in $(SUBDIRS); do \
+- mkdir $(DESTDIR)/$(CERTSDIR)/$$dir; \
++ mkdir -p $(DESTDIR)/$(CERTSDIR)/$$dir; \
+ $(MAKE) -C $$dir install CERTSDIR=$(DESTDIR)/$(CERTSDIR)/$$dir; \
+ done
+ for dir in sbin; do \