INETUTILS="inetutils-1.7"
INKSCAPE="inkscape-0.47"
INTLTOOL="intltool-0.40.6"
-IPROUTE2="iproute2-2.6.29-1"
+IPROUTE2="iproute2-2.6.35"
IPTABLES="iptables-1.3.8"
ISO_CODES="iso-codes-3.11"
# remove the dependency on Berkeley DB by applying the sed command below
sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
-make DESTDIR=
+make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \
+ MANDIR=/usr/share/man
-make DESTDIR= SBINDIR=/sbin MANDIR=/usr/share/man \
- DOCDIR=/usr/share/doc/${1} install
+make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \
+ MANDIR=/usr/share/man install
exit $?