Re-instated MANSUFFIX due to conflict with shadow man page...
This commit is contained in:
4
Makefile
4
Makefile
@@ -16,7 +16,7 @@ BRIEF = Library routines for TLS and SSL
|
||||
DESC = OpenSSL is an open source project that provides a robust, \
|
||||
commercial-grade, and full-featured toolkit for the Transport Layer \
|
||||
Security (TLS) and Secure Sockets Layer (SSL) protocols.
|
||||
SNAPVER = 2
|
||||
SNAPVER = 3
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -68,7 +68,7 @@ $(ROOT): $(SRCDIR)/apps/openssl
|
||||
mkdir -v $(ROOT); \
|
||||
fi
|
||||
|
||||
@cd $(SRCDIR) && make MANDIR=/usr/share/man install \
|
||||
@cd $(SRCDIR) && make MANDIR=/usr/share/man MANSUFFIX=ssl install \
|
||||
INSTALL_PREFIX=$(ROOT)
|
||||
|
||||
@install -v -d $(DEV)/SNAP && \
|
||||
|
||||
Reference in New Issue
Block a user