Title: [commits] (bear) [16030] Tweak the svn export call to make the target directory relative
Revision
16030
Author
bear
Date
2007-12-03 15:21:52 -0800 (Mon, 03 Dec 2007)

Log Message

Tweak the svn export call to make the target directory relative
This was causing grief for users of windows who had a windows
version of svn instead of the Cygwin version

Modified Paths

Diff

Modified: trunk/chandler/Makefile (16029 => 16030)

--- trunk/chandler/Makefile	2007-12-03 23:12:35 UTC (rev 16029)
+++ trunk/chandler/Makefile	2007-12-03 23:21:52 UTC (rev 16030)
@@ -300,7 +300,7 @@
 
 $(addprefix install-, $(BUILD_LOCALES)):
 	rm -rf $(C_HOME)/localizations/$(subst install-,,$@)
-	svn export http://svn.osafoundation.org/localizations/chandler/$(LOCALE_VER)/$(subst install-,,$@) $(C_HOME)/localizations/$(subst install-,,$@)
+	svn export http://svn.osafoundation.org/localizations/chandler/$(LOCALE_VER)/$(subst install-,,$@) localizations/$(subst install-,,$@)
 	$(RUN_PYTHON) tools/createTranslationEgg.py -c --dist \
                   -l $(subst install-,,$@) \
                   -f '$(LOCALE_SRC)'$(subst install-,,$@)/Chandler-$(subst install-,,$@).po \




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to