[pkg-d-commits] [ldc] 02/03: reverse check, bootstrap always on
Konstantinos Margaritis
markos at moszumanska.debian.org
Thu Aug 31 23:01:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
markos pushed a commit to branch master
in repository ldc.
commit 7ef8e260bcddde14c62b85141910c1ef46d05419
Author: Konstantinos Margaritis <markos at freevec.org>
Date: Fri Aug 18 20:00:02 2017 +0300
reverse check, bootstrap always on
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6fc85b3..d6d3a3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
# Alternatively, set `BOOTSTRAP` to yes to unconditionally
# enable bootstrap mode.
BOOTSTRAP = no
-ifneq (,$(wildcard /usr/bin/ldmd2))
+ifeq (,$(wildcard /usr/bin/ldmd2))
# if there is no LDC, we have to bootstrap
BOOTSTRAP = yes
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list