source the proper man links file
otherwise, this picks up 'links' in the path
This commit is contained in:
parent
0137439f5d
commit
09fdc9c09b
@ -416,7 +416,7 @@ apps_excludes=(
|
|||||||
echo "dist_man_MANS += openssl.1" >> Makefile.am
|
echo "dist_man_MANS += openssl.1" >> Makefile.am
|
||||||
echo "install-data-hook:" >> Makefile.am
|
echo "install-data-hook:" >> Makefile.am
|
||||||
cp ../$openssl_cmd_src/openssl.1 .
|
cp ../$openssl_cmd_src/openssl.1 .
|
||||||
source links
|
source ./links
|
||||||
for i in $MLINKS; do
|
for i in $MLINKS; do
|
||||||
IFS=","; set $i; unset IFS
|
IFS=","; set $i; unset IFS
|
||||||
echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
|
echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
|
||||||
|
Loading…
x
Reference in New Issue
Block a user