Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
e626baa9
Commit
e626baa9
authored
Apr 30, 2015
by
Ondřej Surý
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't install conffiles when daemon is not built (resolves
#350
)
parent
373854f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
samples/Makefile.am
samples/Makefile.am
+4
-0
No files found.
samples/Makefile.am
View file @
e626baa9
...
...
@@ -17,6 +17,8 @@ knot.sample.conf: knot.sample.conf.in
EXTRA_DIST
=
knot.sample.conf.in example.com.zone
if
HAVE_DAEMON
install-data-local
:
knot.sample.conf
[
-d
$(DESTDIR)
/
$(config_dir)
]
||
\
$(INSTALL)
-d
$(DESTDIR)
/
$(config_dir)
...
...
@@ -29,5 +31,7 @@ uninstall-local:
[
-f
$(DESTDIR)
/
$(config_dir)
/example.com.zone
]
&&
\
rm
-f
$(DESTDIR)
/
$(config_dir)
/example.com.zone
endif
# HAVE_DAEMON
clean-local
:
rm
-f
knot.sample.conf
Write
Preview
Markdown
is supported
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