From 490e7e6765f8bae453deed3120f132aabb496ecd Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Thu, 27 Oct 2016 18:37:55 -0500 Subject: [PATCH] Moved adjtime path to default (/etc/adjtime) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5bdcc2..d7d5d6f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DEPENDS = eudev,glibc,ncurses,zlib ARCH = x86_64 URL = https://www.kernel.org/pub/linux/utils/util-linux/ 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) 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; \ done @cd $(SRCDIR) && \ - ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ + ./configure \ --docdir=/usr/share/doc/util-linux \ --disable-chfn-chsh \ --disable-login \