diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 12:14:14 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:43:00 -0400 |
commit | 12c2ebba146764129da852e5ddc07b36cd58d23c (patch) | |
tree | 89031cd252e40b2dbaff73f8af2817f5bf2677a0 /libraries/Nevow | |
parent | 2a7949f879e0f6f4f84cd1eb4f84d43bf1b5fa75 (diff) | |
download | slackbuilds-12c2ebba146764129da852e5ddc07b36cd58d23c.tar.gz |
libraries/Nevow: Fixed python path
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/Nevow')
-rw-r--r-- | libraries/Nevow/Nevow.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/Nevow/Nevow.SlackBuild b/libraries/Nevow/Nevow.SlackBuild index b1145a11e6..8770815e50 100644 --- a/libraries/Nevow/Nevow.SlackBuild +++ b/libraries/Nevow/Nevow.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=Nevow VERSION=${VERSION:-0.10.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -79,8 +79,8 @@ python setup.py install --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/python2.6/site-packages -mv $PKG/usr/twisted $PKG/usr/lib${LIBDIRSUFFIX}/python2.6/site-packages +mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages +mv $PKG/usr/twisted $PKG/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages mkdir -p $PKG/usr/man/man1 mv $PKG/usr/doc/man/* $PKG/usr/man/man1 |