diff --git a/Makefile b/Makefile index 5f93ef0..b446b07 100644 --- a/Makefile +++ b/Makefile @@ -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