Moved info files into dev package
This commit is contained in:
4
Makefile
4
Makefile
@@ -16,7 +16,7 @@ REPO = core
|
|||||||
BRIEF = The GNU C Library
|
BRIEF = The GNU C Library
|
||||||
DESC = The GNU C Library is used as the C library in the GNU system and in \
|
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.
|
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)
|
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')
|
||||||
@@ -85,7 +85,7 @@ $(ROOT): $(BUILDDIR)/elf/ldd
|
|||||||
mv -v $(ROOT)/etc/ld.so.cache $(ROOT)/usr/share/glibc
|
mv -v $(ROOT)/etc/ld.so.cache $(ROOT)/usr/share/glibc
|
||||||
|
|
||||||
@install -d -v $(DEV)/SNAP && \
|
@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)["`; \
|
path=`dirname $$file|sed "s[$(ROOT)[$(DEVROOT)["`; \
|
||||||
mkdir -p $$path; \
|
mkdir -p $$path; \
|
||||||
mv $$file $$path; \
|
mv $$file $$path; \
|
||||||
|
|||||||
Reference in New Issue
Block a user