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:
Jesse 2022-12-01 15:28:14 -04:00
parent 2354f1f735
commit ce407896b5
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -92,6 +92,8 @@ else
SULOGINLIBS =
endif
ROOT ?= $(DESTDIR)
# Additional libs for GNU libc.
ifneq ($(wildcard $(ROOT)/usr/lib*/libcrypt.*),)
SULOGINLIBS += -lcrypt