From 9fa5ba2bfb79b54b8a74ce7654167d594f2d87f3 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 28 Oct 2016 16:44:34 -0500 Subject: [PATCH] Removed usr/share/info/dir --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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