[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/utils release-wesnoth-1.0.x
From: |
Isaac Clerencia |
Subject: |
[Wesnoth-cvs-commits] wesnoth/utils release-wesnoth-1.0.x |
Date: |
Mon, 19 Sep 2005 11:10:39 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Isaac Clerencia <address@hidden> 05/09/19 15:10:39
Modified files:
utils : release-wesnoth-1.0.x
Log message:
Remove tdh maps correctly
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/release-wesnoth-1.0.x.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
Patches:
Index: wesnoth/utils/release-wesnoth-1.0.x
diff -u wesnoth/utils/release-wesnoth-1.0.x:1.2
wesnoth/utils/release-wesnoth-1.0.x:1.3
--- wesnoth/utils/release-wesnoth-1.0.x:1.2 Mon Sep 19 01:00:49 2005
+++ wesnoth/utils/release-wesnoth-1.0.x Mon Sep 19 15:10:39 2005
@@ -2,6 +2,7 @@
core = ["wesnoth","wesnoth-lib","wesnoth-httt"]
other = ["wesnoth-editor","wesnoth-ei","wesnoth-sotbe","wesnoth-trow"]
+campaigns_to_remove = ["tdh"]
def complete?(lang, pack)
complete = true
@@ -35,7 +36,7 @@
print "Changing to ", dir, "\n"
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("rm -rf data/campaigns/The_Dark_Hordes.cfg
data/scenarios/The_Dark_Hordes data/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")