diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-09 16:42:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-09 16:42:31 +0000 |
commit | 2a87827c7eecb29a81189fcd9e334a86208144a7 (patch) | |
tree | 87516d6af24897e8fcb0b402a8f2c271b7f48fe2 | |
parent | e1fc51c3a1d944193032d8bb1d95741d090b6d3b (diff) |
updated for pd-0.43-1test4.src.tar.gz
svn path=/trunk/; revision=15559
-rwxr-xr-x | scripts/checkin-vanilla-release.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/checkin-vanilla-release.sh b/scripts/checkin-vanilla-release.sh index b65ca193..92633033 100755 --- a/scripts/checkin-vanilla-release.sh +++ b/scripts/checkin-vanilla-release.sh @@ -6,7 +6,7 @@ cd ~/code/pure-data/trunk/pd rm -rf bin/* rm -rf src/autom4te.cache/ find ~/code/pure-data/trunk/pd -type f | grep -v svn | xargs rm -tar --strip-components 1 -xzf ~/Downloads/pd-0.43-0.src.tar.gz -rm configure src/configure src/makefile.dependencies +tar --strip-components 1 -xzf ~/Downloads/pd-0.43-1test4.src.tar.gz +rm -f configure src/configure src/makefile.dependencies svn rm `svn st| sed -n 's|^!\(.*\)|\1|p'` svn add `svn st| sed -n 's|^?\(.*\)|\1|p'` |