Commit 52e39c05 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

There no libiptc.so anymore

parent 7a0248aa
......@@ -5,7 +5,7 @@ all: iptables-service
$(MAKE) -C iptables-1.8.5 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