Forgot docs.

This commit is contained in:
Tom G. Christensen 2008-04-28 07:37:24 +00:00 committed by tgc
parent 0c1d7d7d6c
commit 406cdc729b
2 changed files with 5 additions and 1 deletions

View File

@ -81,8 +81,11 @@ install()
chmod 755 ${stagedir}${prefix}/${_libdir}/engines/*.so chmod 755 ${stagedir}${prefix}/${_libdir}/engines/*.so
# Nuke static libraries - they just take up space # Nuke static libraries - they just take up space
${__rm} -f ${stagedir}${prefix}/${_libdir}/*.a ${__rm} -f ${stagedir}${prefix}/${_libdir}/*.a
doc README CHANGES FAQ INSTALL LICENSE NEWS
custom_install=1 custom_install=1
generic_install generic_install INSTALL_PREFIX
} }
reg pack reg pack

View File

@ -6,6 +6,7 @@ pkgvendor="http://www.openssl.org"
pkgdesc="Toolkit implementing SSL v2/v3 and TLS v1" pkgdesc="Toolkit implementing SSL v2/v3 and TLS v1"
pkgver="$pkgver" pkgver="$pkgver"
files(-,root,bin) files(-,root,bin)
default_docs
$_bindir $_bindir
$_libdir/*.so.* $_libdir/*.so.*
$_libdir/engines/*.so $_libdir/engines/*.so