about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-12 22:07:42 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-12 22:07:42 +0000
commit0496221e6000a4b197a8fe275b7dd7a3f98ea7ac (patch)
treeb3c8ade71680d6db67faa69ff8c06e11b52b2dfb /scripts
parenta1b69192e8b237f510edbfd24c2cf7a2578da5bc (diff)
downloadzcatch-0496221e6000a4b197a8fe275b7dd7a3f98ea7ac.tar.gz
zcatch-0496221e6000a4b197a8fe275b7dd7a3f98ea7ac.zip
fixed error in make release
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_release.py b/scripts/make_release.py
index 0611e210..b31d0b2f 100644
--- a/scripts/make_release.py
+++ b/scripts/make_release.py
@@ -65,7 +65,7 @@ if include_exe:
 	shutil.copy("teewars_srv"+exe_ext, package_dir)
 	
 if include_src:
-	for p in ["src", "scripts", "datasrc"] :
+	for p in ["src", "scripts", "datasrc", "other"]:
 		os.mkdir(os.path.join(package_dir, p))
 		copydir(p, package_dir)
 	shutil.copy("default.bam", package_dir)