mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
ntp: build and install 'ntpdate' too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8237d2a08e
commit
b3cc692586
@ -14,3 +14,4 @@ cd $PKG_BUILD
|
|||||||
|
|
||||||
make -C libopts
|
make -C libopts
|
||||||
make -C ntpd
|
make -C ntpd
|
||||||
|
make -C ntpdate
|
||||||
|
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user