Commit 9ffe76cf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Don't install the documentation

parent 1d4b9f6f
...@@ -7,8 +7,6 @@ all: named.conf local.zone named-service ...@@ -7,8 +7,6 @@ all: named.conf local.zone named-service
cd bind-9.16.18 && su nobody -s /bin/bash -c "$(MAKE) -k check" cd bind-9.16.18 && su nobody -s /bin/bash -c "$(MAKE) -k check"
cd bind-9.16.18 && bin/tests/system/ifconfig.sh down cd bind-9.16.18 && bin/tests/system/ifconfig.sh down
$(MAKE) -C bind-9.16.18 install $(MAKE) -C bind-9.16.18 install
install -v -m755 -d /usr/share/doc/bind-9.16.18/arm
cd bind-9.16.18 && install -v -m644 doc/arm/*.html /usr/share/doc/bind-9.16.18/arm
rm /etc/passwd rm /etc/passwd
mv -v /data/etc/passwd /etc/passwd mv -v /data/etc/passwd /etc/passwd
......
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