ntp: build and install 'ntpdate' too

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-29 21:15:30 +02:00
parent 8237d2a08e
commit b3cc692586
2 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,4 @@ cd $PKG_BUILD
make -C libopts make -C libopts
make -C ntpd make -C ntpd
make -C ntpdate

View File

@ -4,3 +4,4 @@
mkdir -p $INSTALL/usr/sbin mkdir -p $INSTALL/usr/sbin
cp $PKG_BUILD/ntpd/ntpd $INSTALL/usr/sbin/ cp $PKG_BUILD/ntpd/ntpd $INSTALL/usr/sbin/
cp $PKG_BUILD/ntpdate/ntpdate $INSTALL/usr/sbin/