adium-1.4 3574:f40cdaedec80: Tab & Endif fix.
commits at adium.im
commits at adium.im
Wed Jul 27 10:53:31 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/f40cdaedec80
revision: 3574:f40cdaedec80
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Wed Jul 27 13:52:41 2011 +0300
Tab & Endif fix.
diffs (16 lines):
diff -r efc9b61fd2e1 -r f40cdaedec80 Release/Makefile
--- a/Release/Makefile Wed Jul 27 11:51:57 2011 +0300
+++ b/Release/Makefile Wed Jul 27 13:52:41 2011 +0300
@@ -123,9 +123,9 @@
defaults write $(ADIUM_PLIST) CFBundleVersion "$(VERSION)"
defaults write $(ADIUM_PLIST) CFBundleShortVersionString "$(VERSION)"
ifeq ($(NIGHTLY),TRUE)
- defaults write $(ADIUM_PLIST) AINightlyRepo "$(NIGHTLY_REPO)"
- defaults write $(ADIUM_PLIST) AINightlyBranch "$(NIGHTLY_BRANCH)"
-end
+ defaults write $(ADIUM_PLIST) AINightlyRepo "$(NIGHTLY_REPO)"
+ defaults write $(ADIUM_PLIST) AINightlyBranch "$(NIGHTLY_BRANCH)"
+endif
plutil -convert xml1 $(ADIUM_PLIST).plist
compile:
More information about the commits
mailing list