Removed usr/share/info/dir

This commit is contained in:
2017-12-09 09:55:50 -06:00
parent c7bdb7379f
commit d645013398

View File

@@ -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); \