Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
b88a480d
Commit
b88a480d
authored
Apr 19, 2016
by
Patrick Cherry
Browse files
Merge pull request #2 from dracos/patch-1
Supply absolute path of temporary exim config file
parents
303fc9a4
ada6b5fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
email/exim4/Makefile
View file @
b88a480d
...
...
@@ -7,7 +7,7 @@ snippets := $(shell find $(CURDIR)/$(snippets_dir) -mindepth 1 -regextype po
ifeq
($(program),dovecot)
test_args
=
-a
-c
$(conf_tmp)
else
ifeq
($(program),exim4)
test_args
=
-bV
-C
$(conf_tmp)
test_args
=
-bV
-C
$(CURDIR)
/
$(conf_tmp)
endif
all
:
$(conf)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment