comparison network/ntp/ntp.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
65 LDFLAGS="$LDFLAGS" \ 65 LDFLAGS="$LDFLAGS" \
66 LIBS="$LIBS" \ 66 LIBS="$LIBS" \
67 ./configure \ 67 ./configure \
68 --build=$CBUILD \ 68 --build=$CBUILD \
69 --host=$CHOST \ 69 --host=$CHOST \
70 --prefix=/usr \ 70 --prefix=/ \
71 $with_cap \ 71 $with_cap \
72 $with_ipv6 \ 72 $with_ipv6 \
73 $with_nls 73 $with_nls
74 make 74 make
75 make install DESTDIR=$DESTDIR 75 make install DESTDIR=$DESTDIR