From cb793fc2221199ff772cd254140e71b15b4898d4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 9 Apr 2007 11:57:33 +0000 Subject: [PATCH] Fix postinstallation script errors SVN-Revision: 6914 --- net/ntpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 498d695f7a..70c37d3e96 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -38,7 +38,7 @@ endef define Package/ntpd/postinst #!/bin/sh echo "ntp 123/udp # Network Time Protocol -ntp 123/tcp # Network Time Protocol" >> /etc/services +ntp 123/tcp # Network Time Protocol" >> $${IPKG_INSTROOT}/etc/services endef define Build/Configure -- 2.30.2