From 8c016e8ace989e3e1d0dadd7e54e61849341168f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 11 May 2010 19:33:22 +0200 Subject: Fix release script pathes --- release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release.sh') diff --git a/release.sh b/release.sh index 254a3bb..9a3936f 100755 --- a/release.sh +++ b/release.sh @@ -28,7 +28,8 @@ find -name '*.pyx' | xargs cython || fail "Cython" 1 echo ">>> Patching constants.py" replace_by VERSION "'$ver'" replace_by ROOT_DIR "'/'" -replace_by TEMPLATE_DIR "pjoin(ROOT_DIR, '/usr/share/locale')" +replace_by LOCALE_DIR "pjoin(ROOT_DIR, '/usr/share/locale')" +replace_by TEMPLATE_DIR "pjoin(ROOT_DIR, DATA_DIR, 'templates')" replace_by DATA_DIR "'/usr/share/portato/'" echo ">>> Patching setup.py." -- cgit v1.2.3