|
|
@ -55,10 +55,11 @@ openssl_main() |
|
|
|
eval "$MAKE $makeopt all" |
|
|
|
eval "$MAKE INSTALL_PREFIX=$root install" |
|
|
|
|
|
|
|
# these three conflict with shadow resp. man-pages |
|
|
|
# these three conflict with shadow (and others) man-pages |
|
|
|
mv -v $root/etc/ssl/man/man1/passwd.1 $root/usr/share/man/man1/openssl_passwd.1 |
|
|
|
mv -v $root/etc/ssl/man/man3/err.3 $root/usr/share/man/man3/openssl_err.3 |
|
|
|
mv -v $root/etc/ssl/man/man3/rand.3 $root/usr/share/man/man3/openssl_rand.3 |
|
|
|
mv -v $root/etc/ssl/man/man3/threads.3 $root/usr/share/man/man3/openssl_threads.3 |
|
|
|
find $root/etc/ssl/man -type f \ |
|
|
|
| while read x ; do |
|
|
|
mv -v "$x" $root/usr/share/"${x#$root/etc/ssl/}" |
|
|
|