comparison network/iproute2/iproute2.sh @ 533:9f90de3d806f

network: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:16:00 +0200
parents 5298f6a3f180
children bad483aace64
comparison
equal deleted inserted replaced
532:341987b63363 533:9f90de3d806f
66 echo HAVE_MNL=y >> config.mk 66 echo HAVE_MNL=y >> config.mk
67 fi 67 fi
68 68
69 patch -p0 < ../musl.patch 69 patch -p0 < ../musl.patch
70 make CC="$CC" 70 make CC="$CC"
71 make SBINDIR=/usr/sbin DESTDIR=$DESTDIR install 71 make SBINDIR=/bin DESTDIR=$DESTDIR install
72 72
73 popd 73 popd
74 rm -rf $PKGNAME-$PKGVERSION 74 rm -rf $PKGNAME-$PKGVERSION
75 } 75 }