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
|
REPO = core
|
||||||
BRIEF = Text formatting utilities
|
BRIEF = Text formatting utilities
|
||||||
DESC = Texinfo is the official documentation format of the GNU project
|
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)
|
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)/info/ginfo
|
|||||||
mkdir -v $(ROOT); \
|
mkdir -v $(ROOT); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@cd $(SRCDIR) && make install DESTDIR=$(ROOT)
|
@cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \
|
||||||
|
rm -v $(ROOT)/usr/share/info/dir
|
||||||
|
|
||||||
test: $(ROOT)
|
test: $(ROOT)
|
||||||
@cd $(SRCDIR); \
|
@cd $(SRCDIR); \
|
||||||
|
|||||||
Reference in New Issue
Block a user