ntp: fix inverted test in REMOVE, bumprev again.
This commit is contained in:
parent
7558413556
commit
38081de483
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
if [ ! -d var/chroot/ntpd ]; then
|
if [ -d var/chroot/ntpd ]; then
|
||||||
rm -rf var/chroot/ntpd
|
rm -rf var/chroot/ntpd
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
version=4.2.6p2
|
version=4.2.6p2
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-linuxcaps --with-crypto=openssl
|
configure_args="--enable-linuxcaps --with-crypto=openssl
|
||||||
|
|
Loading…
Reference in a new issue