diff options
author | Phil Sutter <phil@nwl.cc> | 2009-08-22 22:45:52 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2009-08-22 22:51:38 +0200 |
commit | ba0c06d2bb46e087f1782eb76573e0bef735c062 (patch) | |
tree | 5a1457c71ffba8be861365cc45ad4c02443ba6ca /package/ca-certificates/patches/patch-sbin_Makefile | |
parent | c823698fc91f462eae028ba7e0dfcb9cc0f3e98c (diff) |
new package ca-certificates
"Oh boy, here it comes ..."
Diffstat (limited to 'package/ca-certificates/patches/patch-sbin_Makefile')
-rw-r--r-- | package/ca-certificates/patches/patch-sbin_Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/ca-certificates/patches/patch-sbin_Makefile b/package/ca-certificates/patches/patch-sbin_Makefile new file mode 100644 index 000000000..ff59e4856 --- /dev/null +++ b/package/ca-certificates/patches/patch-sbin_Makefile @@ -0,0 +1,9 @@ + fix for the completely empty DESTDIR +--- ca-certificates-20090814.orig/sbin/Makefile 2007-02-02 07:23:19.000000000 +0100 ++++ ca-certificates-20090814/sbin/Makefile 2009-08-22 20:37:17.581921717 +0200 +@@ -8,4 +8,5 @@ all: + clean: + + install: ++ mkdir -p $(DESTDIR)/usr/sbin + install -m755 update-ca-certificates $(DESTDIR)/usr/sbin/ |