Moved info files into dev package

This commit is contained in:
2018-07-10 10:11:02 -05:00
parent 286bc10432
commit b60d2554e2

View File

@@ -16,7 +16,7 @@ REPO = core
BRIEF = The GNU C Library
DESC = The GNU C Library is used as the C library in the GNU system and in \
GNU/Linux systems, as well as many other systems that use Linux as the kernel.
SNAPVER = 9
SNAPVER = 10
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -85,7 +85,7 @@ $(ROOT): $(BUILDDIR)/elf/ldd
mv -v $(ROOT)/etc/ld.so.cache $(ROOT)/usr/share/glibc
@install -d -v $(DEV)/SNAP && \
for file in `find $(ROOT)|egrep 'man3\/|\.a$$|\.c$$|\.h$$'`; do \
for file in `find $(ROOT)|egrep 'info\/|man3\/|\.a$$|\.c$$|\.h$$'`; do \
path=`dirname $$file|sed "s[$(ROOT)[$(DEVROOT)["`; \
mkdir -p $$path; \
mv $$file $$path; \