summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorkroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2009-11-26 21:36:06 +0000
committerkroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2009-11-26 21:36:06 +0000
commit23966194c63a55ed25baafb8748dedb1a91d61a4 (patch)
tree73aa11b5a692a9620dbe406918226b70ba5536a8 /debian/rules
parentd8d7abc05ae381607e4218a9419726b781b9c172 (diff)
downloadntp-23966194c63a55ed25baafb8748dedb1a91d61a4.tar.gz
Actually make it fail on hurd.
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@282 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0e172b0..8a4783b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ endif
config.status:
dh_testdir
-ifeq (linux, $(DEB_HOST_ARCH_OS))
+ifeq (hurd, $(DEB_HOST_ARCH_OS))
# hurd does not provided the system calls needed for ntpd to work.
exit 1
endif