pakur.sh 299 B

12345678
  1. make DESTDIR=$PKG install
  2. cd ${SRC}
  3. install -Dm644 empty.rules "$PKG/etc/iptables/iptables.rules"
  4. install -Dm644 empty.rules "$PKG/etc/iptables/ip6tables.rules"
  5. install -Dt "$PKG/usr/share/iptables" -m644 *.rules
  6. ln -srt "$PKG/etc/iptables" "$PKG"/usr/share/iptables/{empty,simple_firewall}.rules