From 2a7949f879e0f6f4f84cd1eb4f84d43bf1b5fa75 Mon Sep 17 00:00:00 2001 From: dsomero Date: Sun, 16 Sep 2012 12:13:49 -0400 Subject: libraries/Botan: Fixed python path Signed-off-by: dsomero --- libraries/Botan/Botan.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libraries/Botan') 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 \ -- cgit v1.2.3-65-gdbad