From: Pete Fotheringham Date: Fri, 30 Dec 2011 15:36:48 +0000 (+0000) Subject: In Mac OS, create the Framework in $(DESTDIR) not in / X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=c8f1edd1e4010397f00267e9f1c1e8c4ece2fb5c In Mac OS, create the Framework in $(DESTDIR) not in / --- 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 "********************************************************"; \