Removed usr/share/info/dir

This commit is contained in:
2016-10-20 08:27:29 -05:00
parent 56c0f11dd5
commit 776b6dd23f

View File

@@ -13,7 +13,7 @@ ARCH = x86_64
URL = https://www.gnu.org/software/tar/
DESC = GNU Tar provides the ability to create tar archives, as well as \
various other kinds of manipulation
SNAPVER = sr0
SNAPVER = sr1
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -23,7 +23,7 @@ VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')$(SNAPVER)
MAKE = make
MAKEINST = make install
SNAPHACKS =
SNAPHACKS = rm -v $(ROOT)/usr/share/info/dir
include /usr/share/snap/Makefile.snaplinux