Removed redundant translation files from man directory.
Makefile now respects DESTDIR. User can specify either ROOT= or DESTDIR= to set install prefix.
This commit is contained in:
parent
2354f1f735
commit
ce407896b5
@ -6,6 +6,10 @@ sysvinit (3.06) unreleased; urgency=low
|
||||
open/close tags.
|
||||
* Makefile now respects ROOT prefix when setting up pidof-to-killall5
|
||||
symbolic link.
|
||||
* Removed redundant translation files from man directory.
|
||||
* Makefile now respects DESTDIR. User can specify either ROOT= or DESTDIR=
|
||||
to set install prefix.
|
||||
|
||||
|
||||
sysvinit (3.05) released; urgency=low
|
||||
* Helge Kreutzmann provided updated Makefile for
|
||||
|
@ -92,6 +92,8 @@ else
|
||||
SULOGINLIBS =
|
||||
endif
|
||||
|
||||
ROOT ?= $(DESTDIR)
|
||||
|
||||
# Additional libs for GNU libc.
|
||||
ifneq ($(wildcard $(ROOT)/usr/lib*/libcrypt.*),)
|
||||
SULOGINLIBS += -lcrypt
|
||||
|
Loading…
Reference in New Issue
Block a user