Author: paperwing
Date: 2012-01-17 07:41:08 -0800 (Tue, 17 Jan 2012)
New Revision: 28029
Added:
csplugins/trunk/toronto/yuedong/paperwing-install/remove_patches.sh
Log:
commit with patch remover file included
Added: csplugins/trunk/toronto/yuedong/paperwing-install/remove_patches.sh
===================================================================
--- csplugins/trunk/toronto/yuedong/paperwing-install/remove_patches.sh
(rev 0)
+++ csplugins/trunk/toronto/yuedong/paperwing-install/remove_patches.sh
2012-01-17 15:41:08 UTC (rev 28029)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+pushd bundles
+
+for i in patches/*.patch
+do
+ patch -R -r patch.rej -p0 -N <$i
+done
+
+./install.sh
+
+popd
+
Property changes on:
csplugins/trunk/toronto/yuedong/paperwing-install/remove_patches.sh
___________________________________________________________________
Added: svn:executable
+ *
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.