diff --git a/Makefile b/Makefile index 952963e..cf7a1e7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DEPENDS = glibc ARCH = x86_64 URL = https://gmplib.org/ DESC = GMP is a free library for arbitrary precision arithmetic -SNAPVER = sr1 +SNAPVER = sr2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -62,7 +62,8 @@ $(ROOT): $(SRCDIR)/libgmp.la fi @cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \ - make install-html DESTDIR=$(ROOT) + make install-html DESTDIR=$(ROOT) && \ + rm -v $(ROOT)/usr/share/info/dir test: $(ROOT) @cd $(SRCDIR) && make check 2>&1