Moved adjtime path to default (/etc/adjtime)
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,7 +12,7 @@ DEPENDS = eudev,glibc,ncurses,zlib
|
|||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
URL = https://www.kernel.org/pub/linux/utils/util-linux/
|
URL = https://www.kernel.org/pub/linux/utils/util-linux/
|
||||||
DESC = util-linux is a random collection of Linux utilitie
|
DESC = util-linux is a random collection of Linux utilitie
|
||||||
SNAPVER = sr0
|
SNAPVER = sr1
|
||||||
|
|
||||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
@@ -43,7 +43,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
|||||||
patch --verbose -Np1 -i $$patch; \
|
patch --verbose -Np1 -i $$patch; \
|
||||||
done
|
done
|
||||||
@cd $(SRCDIR) && \
|
@cd $(SRCDIR) && \
|
||||||
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
./configure \
|
||||||
--docdir=/usr/share/doc/util-linux \
|
--docdir=/usr/share/doc/util-linux \
|
||||||
--disable-chfn-chsh \
|
--disable-chfn-chsh \
|
||||||
--disable-login \
|
--disable-login \
|
||||||
|
|||||||
Reference in New Issue
Block a user