diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-05-11 19:33:22 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-05-11 19:33:22 +0200 |
commit | 8c016e8ace989e3e1d0dadd7e54e61849341168f (patch) | |
tree | 1a886bf51e478ab17ab8e6d3647b952d794ca7fe /release.sh | |
parent | 7091123e002a911873a9e161173c48694b0a0499 (diff) | |
download | portato-8c016e8ace989e3e1d0dadd7e54e61849341168f.tar.gz portato-8c016e8ace989e3e1d0dadd7e54e61849341168f.tar.bz2 portato-8c016e8ace989e3e1d0dadd7e54e61849341168f.zip |
Fix release script pathesv0.14
Diffstat (limited to 'release.sh')
-rwxr-xr-x | release.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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." |