diff options
-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 \ |