File: update_src_templates_for_gtk-sharp_2.10.sh

package info (click to toggle)
monodevelop 2.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 54,088 kB
  • ctags: 67,523
  • sloc: cs: 436,824; xml: 18,137; makefile: 5,722; sh: 1,085; sed: 2
file content (4 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (5)
1
2
3
4
#!/bin/sh

echo "Updating templates"
find . -name "*.xpt.xml" -exec perl -pe 's!Version=2.4.0.0!Version=2.10.0.0!g' -i {} \;