Removed usr/share/info/dir

This commit is contained in:
2016-10-20 05:47:30 -05:00
parent 8c9d1c6f69
commit 84bb7dbf5d

View File

@@ -13,7 +13,7 @@ ARCH = x86_64
URL = http://flex.sourceforge.net/ URL = http://flex.sourceforge.net/
DESC = Flex is a tool for generating scanners. A scanner, sometimes called a \ DESC = Flex is a tool for generating scanners. A scanner, sometimes called a \
tokenizer, is a program which recognizes lexical patterns in text. tokenizer, is a program which recognizes lexical patterns in text.
SNAPVER = sr0 SNAPVER = sr1
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')
@@ -23,7 +23,8 @@ VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')$(SNAPVER)
MAKE = make MAKE = make
MAKEINST = make install MAKEINST = make install
SNAPHACKS = ln -sv flex $(ROOT)/usr/bin/lex SNAPHACKS = ln -sv flex $(ROOT)/usr/bin/lex && \
rm -v $(ROOT)/usr/share/info/dir
include /usr/share/snap/Makefile.snaplinux include /usr/share/snap/Makefile.snaplinux