Forgot docs.
This commit is contained in:
parent
0c1d7d7d6c
commit
406cdc729b
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user