Removed usr/share/info/dir

This commit is contained in:
2016-10-28 16:44:34 -05:00
parent 661f3988b9
commit 9fa5ba2bfb

View File

@@ -12,7 +12,7 @@ DEPENDS = glibc
ARCH = x86_64 ARCH = x86_64
URL = https://gmplib.org/ URL = https://gmplib.org/
DESC = GMP is a free library for arbitrary precision arithmetic 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) 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')
@@ -62,7 +62,8 @@ $(ROOT): $(SRCDIR)/libgmp.la
fi fi
@cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \ @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) test: $(ROOT)
@cd $(SRCDIR) && make check 2>&1 @cd $(SRCDIR) && make check 2>&1