From: florian Date: Mon, 9 Apr 2007 11:57:33 +0000 (+0000) Subject: Fix postinstallation script errors X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cc212d92f2cd26ec2489a3f067a181a795c44907;p=packages.git Fix postinstallation script errors git-svn-id: svn://svn.openwrt.org/openwrt/packages@6914 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 498d695f7..70c37d3e9 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