comparison network/dhcpcd/dhcpcd.sh @ 407:5e4da5bd3ea7

network/dhcpcd: fix init script
author David Demelier <markand@malikania.fr>
date Wed, 03 Apr 2019 20:17:00 +0200
parents d0d5241837d4
children 5298f6a3f180
comparison
equal deleted inserted replaced
406:0d51fe2867b5 407:5e4da5bd3ea7
51 --sysconfdir=/etc \ 51 --sysconfdir=/etc \
52 --disable-static \ 52 --disable-static \
53 --enable-shared 53 --enable-shared
54 make 54 make
55 make install DESTDIR=$DESTDIR 55 make install DESTDIR=$DESTDIR
56 install -D -m 0644 ../dhcpcd $DESTDIR/etc/rc.d/dhcpcd 56 install -Dm0644 ../dhcpcd $DESTDIR/etc/rc.d/dhcpcd
57 57
58 popd 58 popd
59 rm -rf $PKGNAME-$PKGVERSION 59 rm -rf $PKGNAME-$PKGVERSION
60 } 60 }