curl: install curl binary

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-03 22:37:51 +01:00
parent f08e873107
commit 11d7775954

View File

@ -2,5 +2,8 @@
. config/options $1
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/src/.libs/curl $INSTALL/usr/bin
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/lib/.libs/libcurl.so* $INSTALL/usr/lib