From d645013398d33645fdfd488ca7018e798b44346d Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sat, 9 Dec 2017 09:55:50 -0600 Subject: [PATCH] Removed usr/share/info/dir --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9071ec6..adf733e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ URL = http://www.gnu.org/software/texinfo/ REPO = core BRIEF = Text formatting utilities DESC = Texinfo is the official documentation format of the GNU project -SNAPVER = 0 +SNAPVER = 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') @@ -62,7 +62,8 @@ $(ROOT): $(SRCDIR)/info/ginfo mkdir -v $(ROOT); \ fi - @cd $(SRCDIR) && make install DESTDIR=$(ROOT) + @cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \ + rm -v $(ROOT)/usr/share/info/dir test: $(ROOT) @cd $(SRCDIR); \