summaryrefslogtreecommitdiffstats
path: root/ntp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ntp/Pkgfile')
-rw-r--r--ntp/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ntp/Pkgfile b/ntp/Pkgfile
index 61a6f53f6..629a7cdd3 100644
--- a/ntp/Pkgfile
+++ b/ntp/Pkgfile
@@ -6,7 +6,7 @@
# Run on: libcap
name=ntp
-version=4.2.6p4
+version=4.2.6p5
release=1
source=( http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$name-4.2/$name-$version.tar.gz
http://nutyx.meticul.eu/files/patchs/$name/ntp-4.2.4_p7-nano.patch)
@@ -54,6 +54,5 @@ server 2.south-america.pool.ntp.org
driftfile /var/cache/ntp.drift
EOF
cd ../$scripts-$scriptsversion
- make DESTDIR=$PKG install-$name
- sed -i "s/ gx/ -gx/" $PKG/etc/rc.d/init.d/ntp
+ make DESTDIR=$PKG install-ntpd
}