From e93bf463310911018c22a9882f28c1be5711841d Mon Sep 17 00:00:00 2001 From: agb Date: Tue, 22 Apr 2008 23:32:43 +0000 Subject: [PATCH] [packages] fix chrony description formatting git-svn-id: svn://svn.openwrt.org/openwrt/packages@10917 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/chrony/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 775ec203c..090cdadd5 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -31,7 +31,9 @@ define Package/chrony endef define Package/chrony/description - A NTP implementation that has been specifically written to work well in the case of an intermittent \ (e.g. dial-on-demand) connection to the network where your NTP servers are. + A NTP implementation that has been specifically written to work + well in the case of an intermittent (e.g. dial-on-demand) + connection to the network where your NTP servers are. endef define Package/chrony/conffiles @@ -53,7 +55,7 @@ define Build/Compile prefix="$(PKG_INSTALL_DIR)/usr" endef -define Package/chrony/install +define Package/chrony/install $(INSTALL_DIR) $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/chronyd $(1)/usr/sbin -- 2.11.0