diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 12:13:49 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:42:59 -0400 |
commit | 2a7949f879e0f6f4f84cd1eb4f84d43bf1b5fa75 (patch) | |
tree | e5896c64a576af1d9f6bd02e0074ee1e47ccc291 | |
parent | 207b0a2fb4b64cf238f8439ca35b58180356203a (diff) | |
download | slackbuilds-2a7949f879e0f6f4f84cd1eb4f84d43bf1b5fa75.tar.gz |
libraries/Botan: Fixed python path
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | libraries/Botan/Botan.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index ece9302152..36e9730bdb 100644 --- a/libraries/Botan/Botan.SlackBuild +++ b/libraries/Botan/Botan.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=Botan VERSION=${VERSION:-1.10.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} #this kludge is required, courtesy of upstream @@ -90,8 +90,8 @@ make check LD_PRELOAD="./libbotan-1.10.so" ./check --test make -f Makefile.python make -f Makefile.python install \ - PYTHON_ROOT=/usr/lib$LIBDIRSUFFIX/python2.6/config \ - PYTHON_SITE_PACKAGE_DIR=$PKG/usr/lib$LIBDIRSUFFIX/python2.6/site-packages + PYTHON_ROOT=/usr/lib$LIBDIRSUFFIX/python2.7/config \ + PYTHON_SITE_PACKAGE_DIR=$PKG/usr/lib$LIBDIRSUFFIX/python2.7/site-packages make install DESTDIR=$PKG/usr find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |