Removed usr/share/info/dir
This commit is contained in:
5
Makefile
5
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user