mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/Botan: Fixed python path
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
207b0a2fb4
commit
2a7949f879
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue