libssh: fix install script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-21 09:17:59 +02:00
parent 7a781038f1
commit f0ba273193

View File

@ -23,4 +23,4 @@
. config/options $1
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/build/libssh/*.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/build/src/*.so* $INSTALL/usr/lib