Commit c83ecf82 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

There no libiptc anymore

parent 1452357a
......@@ -5,7 +5,7 @@ all: iptables-service
$(MAKE) -C iptables-1.8.7 install
ln -sfv ../../sbin/xtables-legacy-multi /usr/bin/iptables-xml
for file in ip4tc ip6tc ipq iptc xtables ; do \
for file in ip4tc ip6tc ipq xtables ; do \
mv -v /usr/lib/lib$${file}.so.* /lib ; \
ln -sfv ../../lib/$$(readlink /usr/lib/lib$${file}.so) /usr/lib/lib$${file}.so ; \
done
......
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