From 9ca467822f9ae1ff65943c13a9e7af95d4495b36 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 5 Dec 2013 18:29:42 +0100 Subject: [PATCH] more osx stuff --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e58ac807..1a6a50e2 100644 --- a/Makefile +++ b/Makefile @@ -165,8 +165,10 @@ app: distclean localbuild chmod appinstall: app mkdir -p dist/mnt hdiutil attach -mountpoint dist/mnt dist/$(APPNAME)-$(VERSION).dmg - ls -la dist/mnt /Applications - -cp dist/mnt/$(APPNAME).app /Applications + ls -laR dist/mnt + -find / -name find_modules.py 2>/dev/null + -find / -name sip.py 2>/dev/null + -open -n dist/mnt/$(APPNAME).app hdiutil detach dist/mnt # Build RPM installer with cx_Freeze