Files
Arch-R/packages/network/ntp/install
Stephan Raue b3cc692586 ntp: build and install 'ntpdate' too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-29 21:15:30 +02:00

8 lines
155 B
Bash
Executable File

#!/bin/sh
. config/options $1
mkdir -p $INSTALL/usr/sbin
cp $PKG_BUILD/ntpd/ntpd $INSTALL/usr/sbin/
cp $PKG_BUILD/ntpdate/ntpdate $INSTALL/usr/sbin/