From 65e776cff0fdd03d676bb9381bb7ce58b2637903 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 Nov 2013 00:30:21 -0400 Subject: add git-annex.MANIFEST files to linux and osx standalone images --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2d7aa73bf..ee47e03ba 100644 --- a/Makefile +++ b/Makefile @@ -133,6 +133,7 @@ linuxstandalone: Build/Standalone sort "$(LINUXSTANDALONE_DEST)/libdirs.tmp" | uniq > "$(LINUXSTANDALONE_DEST)/libdirs" rm -f "$(LINUXSTANDALONE_DEST)/libdirs.tmp" + cd tmp/git-annex.linux && find . -type f > git-annex.MANIFEST cd tmp && tar czf git-annex-standalone-$(shell dpkg --print-architecture).tar.gz git-annex.linux OSXAPP_DEST=tmp/build-dmg/git-annex.app @@ -157,6 +158,7 @@ osxapp: Build/Standalone Build/OSXMkLibs install -d "$(OSXAPP_BASE)/templates" ./Build/OSXMkLibs $(OSXAPP_BASE) + cd $(OSXAPP_DEST) && find . -type f > Contents/MacOS/bundle/git-annex.MANIFEST rm -f tmp/git-annex.dmg hdiutil create -format UDBZ -srcfolder tmp/build-dmg \ -volname git-annex -o tmp/git-annex.dmg -- cgit v1.2.3