From 41092850c385b0ab2b525e9ce62c189f77f9fd7b Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Thu, 20 Oct 2016 08:46:33 -0500 Subject: [PATCH] Removed usr/share/info/dir --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 03d9296..391084f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ARCH = x86_64 URL = http://www.gzip.org/ DESC = gzip (GNU zip) is a compression utility designed to be a replacement \ for compress. -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') @@ -24,7 +24,8 @@ VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')$(SNAPVER) MAKE = make MAKEINST = make install SNAPHACKS = install -d -m 755 $(ROOT)/bin && \ - mv -v $(ROOT)/usr/bin/{gunzip,gzip,zcat} $(ROOT)/bin + mv -v $(ROOT)/usr/bin/{gunzip,gzip,zcat} $(ROOT)/bin && \ + rm -v $(ROOT)/usr/share/info/dir include /usr/share/snap/Makefile.snaplinux