Removed /usr/share/info/dir due to conflicts. This is rebuilt during package installation.

This commit is contained in:
2016-10-14 13:11:04 -05:00
parent 7a80e9c9bc
commit f3f656f6a0

View File

@@ -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