Added ebuild for google_appengine_1.3.4

git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@13512 cbe59ace-07ea-0310-918e-868702b5370d
This commit is contained in:
Torsten Kurbad 2010-06-10 13:26:00 +00:00
parent 7567d248ed
commit 475cc08daf
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ src_unpack() {
src_compile() {
# Correct python interpreter version
find "${S}" -name "*.py" \
-exec sed -i "s|^#!/usr/bin/env python$|#!/usr/bin/env/python2.5|" {} + \
-exec sed -i "s|^#!/usr/bin/env python$|#!/usr/bin/env python2.5|" {} + \
|| die "Correcting python interpreter version failed"
}