From 10633afb8d1eb066f97d6a09f8f5ff1fc4630a1e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 30 Oct 2006 16:07:01 +0000 Subject: osx-pkg target: install into Package_root subdirectory of osx_dest. git-svn-id: https://pandoc.googlecode.com/svn/trunk@48 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1390d6c23..590eb0af9 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,7 @@ osx-pkg: $(osx_dest) $(osx_dest): $(doc_more) -rm -rf $(osx_dest) $(INSTALL) -d $(osx_dest) - DESTDIR=$(osx_dest) $(MAKE) install-program + DESTDIR=$(osx_dest)/Package_root $(MAKE) install-program find $(osx_dest) -type f -regex ".*bin/.*" | xargs chmod +x find $(osx_dest) -type f -regex ".*bin/$(THIS)" | xargs $(STRIP) $(INSTALL) -d $(osx_dest)/Resources @@ -180,7 +180,7 @@ $(osx_dest): $(doc_more) mv LICENSE.rtf $(osx_dest)/Resources/License.rtf @echo @echo "You may now run PackageMaker.app. For Root, specify" - @echo "$(osx_dest)/Package_Root. The ReadMe.rtf and License.rtf files" + @echo "$(osx_dest)/Package_root. The ReadMe.rtf and License.rtf files" @echo "can be found in $(osx_dest)/Resources." @echo -- cgit v1.2.3