From c8f1edd1e4010397f00267e9f1c1e8c4ece2fb5c Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Fri, 30 Dec 2011 15:36:48 +0000 Subject: [PATCH] In Mac OS, create the Framework in $(DESTDIR) not in / --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d6005fb..c2bdf33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ dist-hook: @find $(distdir) -name CVS -print | xargs -t rm -rf (cd $(distdir)/plugins && sh makeinit.sh) -framedir = /Library/Frameworks/SASL2.framework +framedir = $(DESTDIR)/Library/Frameworks/SASL2.framework install-exec-local: $(INSTALLOSX) @if test "$(plugindir)" != "$(prefix)/lib/sasl2"; then \ echo "********************************************************"; \ -- 2.1.4