Removed /usr/share/info/dir due to conflicts. This is rebuilt during package installation.
This commit is contained in:
5
Makefile
5
Makefile
@@ -13,7 +13,7 @@ ARCH = x86_64
|
|||||||
URL = http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
URL = http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
DESC = The GNU Readline library provides a set of functions for use by \
|
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.
|
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)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
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` \
|
ln -sfv ../../lib/`readlink $(ROOT)/usr/lib/libhistory.so` \
|
||||||
$(ROOT)/usr/lib/libhistory.so && \
|
$(ROOT)/usr/lib/libhistory.so && \
|
||||||
install -v -m 644 $(SRCDIR)/doc/*.{ps,pdf,html,dvi} \
|
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
|
include /usr/share/snap/Makefile.snaplinux
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user