ntp: fix inverted test in REMOVE, bumprev again.

This commit is contained in:
Juan RP 2010-11-03 17:55:56 +01:00
parent 7558413556
commit 38081de483
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
case "${ACTION}" in
post)
if [ ! -d var/chroot/ntpd ]; then
if [ -d var/chroot/ntpd ]; then
rm -rf var/chroot/ntpd
fi
;;

View file

@ -1,7 +1,7 @@
# Template file for 'ntp'
pkgname=ntp
version=4.2.6p2
revision=2
revision=3
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-linuxcaps --with-crypto=openssl