diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-24 00:30:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-24 00:30:21 -0400 |
commit | 65e776cff0fdd03d676bb9381bb7ce58b2637903 (patch) | |
tree | 6f7ee5ccf746c2c82bba22c5e0afb870279b9da9 /Makefile | |
parent | 49f6892455e72edfc05da848de20b644ebf5a852 (diff) |
add git-annex.MANIFEST files to linux and osx standalone images
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |