comparison core/sysklogd/sysklogd.sh @ 145:7c631ce1660f

vanilla: remove useless --target
author David Demelier <markand@malikania.fr>
date Mon, 11 Mar 2019 20:30:00 +0100
parents e737b80da269
children bdad6c7981e7
comparison
equal deleted inserted replaced
144:636e42cf3cd5 145:7c631ce1660f
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --target=$CTARGET \
47 --prefix=/usr \ 46 --prefix=/usr \
48 --without-systemd 47 --without-systemd
49 make 48 make
50 make install DESTDIR=$DESTDIR 49 make install DESTDIR=$DESTDIR
51 install -D -m 0766 ../syslog.conf $DESTDIR/etc/syslog.conf 50 install -D -m 0766 ../syslog.conf $DESTDIR/etc/syslog.conf