[Lunar-commits] <moonbase> ntp: small tweak.
Florin Braescu
florin at lunar-linux.org
Fri Mar 2 22:24:16 CET 2012
commit 1e707bc652dc54ff8ce8a56a7bd133354d748af2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Mar 2 22:24:16 2012 +0100
ntp: small tweak.
---
net/ntp/BUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/net/ntp/BUILD b/net/ntp/BUILD
index d423910..d29a7f0 100644
--- a/net/ntp/BUILD
+++ b/net/ntp/BUILD
@@ -12,23 +12,22 @@
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--sysconfdir=/etc \
+ --enable-linuxcaps \
--localstatedir=/var/cache &&
- make &&
- prepare_install &&
- make install &&
-
+ default_make &&
+
if [ -e "/etc/init.d/ntp.sh" ]; then
rm -f /etc/init.d/ntp.sh
- fi &&
+ fi &&
if [ -e "/etc/rc?.d/*ntp.sh" ]; then
rm -f /etc/rc?.d/*ntp.sh
- fi &&
-
+ fi &&
+
gather_docs html &&
if [ ! -e /etc/ntp.conf ]; then
install -m644 $SCRIPT_DIRECTORY/ntp.conf /etc
fi
-
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list