adium-1.4 2957:f6a80b09ecfe: Make the directory ~/Applications b...

commits at adium.im commits at adium.im
Fri May 14 01:43:24 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/f6a80b09ecfe
revision:	2957:f6a80b09ecfe
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
(transplanted from 20854b15ccbd9c1733099d363330d24600b4c8e7)

diffs (11 lines):

diff -r 2b920a84ff78 -r f6a80b09ecfe Makefile
--- a/Makefile	Thu May 13 17:53:11 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