mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
openssl: fix previous (sleep time?).
This commit is contained in:
parent
cbe387cb3c
commit
cebd16c9d7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue