Removed usr/share/info/dir
This commit is contained in:
5
Makefile
5
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); \
|
||||
|
||||
Reference in New Issue
Block a user