From f3f656f6a05dd13f5a293201cacf5f7de5c129c3 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 14 Oct 2016 13:11:04 -0500 Subject: [PATCH] Removed /usr/share/info/dir due to conflicts. This is rebuilt during package installation. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d23e45a..62ee4fc 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ARCH = x86_64 URL = http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html DESC = The GNU Readline library provides a set of functions for use by \ applications that allow users to edit command lines as they are typed in. -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') @@ -30,7 +30,8 @@ SNAPHACKS = install -d -v -m 755 $(ROOT)/lib && \ ln -sfv ../../lib/`readlink $(ROOT)/usr/lib/libhistory.so` \ $(ROOT)/usr/lib/libhistory.so && \ install -v -m 644 $(SRCDIR)/doc/*.{ps,pdf,html,dvi} \ - $(ROOT)/usr/share/doc/readline + $(ROOT)/usr/share/doc/readline && \ + rm -v $(ROOT)/usr/share/info/dir include /usr/share/snap/Makefile.snaplinux