Commit fcd3d538 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated man-db to 2.8.5

parent 3b75a50b
all: all:
tar xf man-db-2.8.3.tar.xz tar xf man-db-2.8.5.tar.xz
cd man-db-2.8.3 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/man-db-2.8.3 --sysconfdir=/etc --disable-setuid --enable-cache-owner=bin --with-browser=/usr/bin/lynx --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap cd man-db-2.8.5 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/man-db-2.8.5 --sysconfdir=/etc --disable-setuid --enable-cache-owner=bin --with-browser=/usr/bin/lynx --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap
$(MAKE) -C man-db-2.8.3 $(MAKE) -C man-db-2.8.5
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C man-db-2.8.3 check ; \ $(MAKE) -C man-db-2.8.5 check ; \
fi fi
$(MAKE) -C man-db-2.8.3 install $(MAKE) -C man-db-2.8.5 install
cd man-db-2.8.3 && sed -i "s:man man:root root:g" /usr/lib/tmpfiles.d/man-db.conf cd man-db-2.8.5 && sed -i "s:man man:root root:g" /usr/lib/tmpfiles.d/man-db.conf
rm -rf man-db-2.8.3 rm -rf man-db-2.8.5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment