This commit is contained in:
S.Çağlar Onur
2005-06-17 22:44:45 +00:00
parent 9da5552af9
commit 6fecd71483
+1 -1
View File
@@ -40,6 +40,6 @@ def install():
install'
cmd = os.path.dirname(os.path.dirname(os.getcwd())) + \
const.build_install_dir_suffix
const.install_dir_suffix
cmd = install_string.replace('{D}', cmd)
os.system(cmd)