aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-05-25 13:05:10 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-05-25 13:06:33 +0300
commitf2fe0634856d6a3660a88f85e3c8fef7e7a78fbd (patch)
tree446b62940dc5936b0cc12f3a634a3ff656321472 /debian
parent1d033cd6e4bc2cfee59c5920030f6eabd33955a8 (diff)
Changes: Fixed DEB_BUILD_OPTION not taking "notests"
RevBy: TrustMe
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 975cdc48..31600b1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ ifneq (,$(filter timestamps,$(TMP_BUILD_OPTS)))
endif
# Disable building of tests by setting DEB_BUILD_OPTION=notests,...
-ifneq (,$(filter nocheck,$(TMP_BUILD_OPTS)))
+ifneq (,$(filter notests,$(TMP_BUILD_OPTS)))
OPTIONS += -nomake tests
endif