aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/build-makedeps2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/build-makedeps b/libexec/build-makedeps
index 8cc7ce6..e15f491 100755
--- a/libexec/build-makedeps
+++ b/libexec/build-makedeps
@@ -117,7 +117,7 @@ for package; do
# Depend on included files
for config in ${BUILDER_INCLUDED}; do
- if test -f "${BUILDER_CFGDIR}/${config}"; then
+ if ! test -f "${BUILDER_CFGDIR}/${config}"; then
die "include does not exist '${file}'"
fi
echo "${makedep_prep}: ${BUILDER_CFGDIR}/${config}"