summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-03-07 13:10:01 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-03-07 13:10:01 +0100
commit9ba98c2018733a692bdcd503195064881192fb76 (patch)
tree32743d4312993ca77e07e066b57a24f3ea30f388 /Makefile.am
parenta72a12ae098987b900c38c3ff1715b669d0385c0 (diff)
The bash utilities are updated
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3fc9cb9..f085ca5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,10 +81,10 @@ update_includes:
done
update_utils:
- wget -O /tmp/ipset-bash-completion.tar.gz http://sourceforge.net/projects/ipset-bashcompl/files/latest/download
+ wget -4 -O /tmp/ipset-bash-completion.tar.gz http://sourceforge.net/projects/ipset-bashcompl/files/latest/download
cd utils/ipset_bash_completion; tar xz --strip-components=1 -f /tmp/ipset-bash-completion.tar.gz
rm -f /tmp/ipset-bash-completion.tar.gz
- wget -O /tmp/ipset-list.tar.gz http://sourceforge.net/projects/ipset-list/files/latest/download
+ wget -4 -O /tmp/ipset-list.tar.gz http://sourceforge.net/projects/ipset-list/files/latest/download
cd utils/ipset_list; tar xz --strip-components=1 -f /tmp/ipset-list.tar.gz
rm -f /tmp/ipset-list.tar.gz