adium 3199:20854b15ccbd: Make the directory ~/Applications befor...

commits at adium.im commits at adium.im
Fri May 14 01:34:02 UTC 2010


details:	http://hg.adium.im/adium/rev/20854b15ccbd
revision:	3199:20854b15ccbd
author:		Frank Dowsett <wixardy at adium.im>
date:		Thu May 13 21:33:03 2010 -0400

Make the directory ~/Applications before copying the app bundle. Fixes #13977

diffs (11 lines):

diff -r 1a600bb7854c -r 20854b15ccbd Makefile
--- a/Makefile	Thu May 13 17:53:34 2010 -0500
+++ b/Makefile	Thu May 13 21:33:03 2010 -0400
@@ -23,6 +23,7 @@
 	osascript unittest\ runner.applescript | tr '\r' '\n'
 
 install:
+	mkdir -p ~/Applications
 	cp -R build/$(BUILDCONFIGURATION)/Adium.app ~/Applications/
 
 clean:




More information about the commits mailing list