Revision: 7551
http://svn.sourceforge.net/supercollider/?rev=7551&view=revAuthor: alexnorman
Date: 2008-05-10 09:30:06 -0700 (Sat, 10 May 2008)
Log Message:
-----------
Removing .svn folders from install target.. again this install script is only a temp solution.
Modified Paths:
--------------
trunk/editors/scvim/INSTALL
Modified: trunk/editors/scvim/INSTALL
===================================================================
--- trunk/editors/scvim/INSTALL 2008-05-08 22:41:41 UTC (rev 7550)
+++ trunk/editors/scvim/INSTALL 2008-05-10 16:30:06 UTC (rev 7551)
@@ -7,6 +7,10 @@
CACHE_DIR=$HOME/.scvim
cp -r indent ftplugin syntax $VIM_FILES_DEST
+#ditch the .svn folder
+rm -r $VIM_FILES_DEST/ftplugin/.svn
+rm -r $VIM_FILES_DEST/syntax/.svn
+rm -r $VIM_FILES_DEST/indent/.svn
cp bin/* $BIN_DEST
#make sure the Extensions directory exists
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
sc-dev@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-dev