CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <[EMAIL PROTECTED]>     05/09/19 01:00:49

Modified files:
        utils          : release-wesnoth-1.0.x 

Log message:
        Update the script to remove the needed tdh stuff

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/release-wesnoth-1.0.x.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: wesnoth/utils/release-wesnoth-1.0.x
diff -u wesnoth/utils/release-wesnoth-1.0.x:1.1 
wesnoth/utils/release-wesnoth-1.0.x:1.2
--- wesnoth/utils/release-wesnoth-1.0.x:1.1     Mon Sep 19 00:46:01 2005
+++ wesnoth/utils/release-wesnoth-1.0.x Mon Sep 19 01:00:49 2005
@@ -36,6 +36,10 @@
 Dir.chdir(dir)
 print "Erasing The Dark Hordes campaign\n"
 system("rm -rf data/campaigns/The_Dark_Hordes.cfg 
data/scenarios/The_Dark_Hordes maps/The_Dark_Hordes/ 
images/portraits/The_Dark_Hordes po/wesnoth-tdh")
+system("sed -i -e 's/po\\/wesnoth-tdh\\/Makefile.in //g' configure")
+system("sed -i -e '/wesnoth-tdh/d' configure")
+system("sed -i -e '/wesnoth-tdh/d' configure.ac")
+system("sed -i -e 's/\\$(distdir)\\/po\\/wesnoth-tdh //g' Makefile.in")
 print "Changing to po\n"
 Dir.chdir("po")
 system("sed -i -e 's/wesnoth-tdh //g' Makefile.in Makefile.am")


Reply via email to