openssl: fix previous (sleep time?).
This commit is contained in:
parent
cbe387cb3c
commit
cebd16c9d7
|
@ -60,4 +60,5 @@ do_install() {
|
||||||
for f in rand err; do
|
for f in rand err; do
|
||||||
mv ${DESTDIR}/usr/share/man/man3/${f}.3 \
|
mv ${DESTDIR}/usr/share/man/man3/${f}.3 \
|
||||||
${DESTDIR}/usr/share/man/man3/openssl-${f}.3
|
${DESTDIR}/usr/share/man/man3/openssl-${f}.3
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue