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 \