From d2fc926faeca7f81fb0dd7e2107564f180a72078 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 14 Oct 2016 13:08:09 -0500 Subject: [PATCH] Removed /usr/share/info/dir due to conflicts. This is rebuilt automatically by snap during package installation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 63ceb61..56cdbd2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DEPENDS = ncurses,readline ARCH = x86_64 URL = http://www.gnu.org/software/bc/ DESC = bc is an arbitrary precision numeric processing language. -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') @@ -22,7 +22,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