mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:40:00 -04:00
Remove unused datadir variable
This commit is contained in:
parent
0a56c71865
commit
e8c3bcc0a2
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ sphinx_build = find_program('sphinx-build', required: doc_opt)
|
|||
prefix = get_option('prefix')
|
||||
|
||||
bindir = prefix / get_option('bindir')
|
||||
datadir = prefix / get_option('datadir')
|
||||
libdir = prefix / get_option('libdir')
|
||||
localstatedir = prefix / get_option('localstatedir')
|
||||
mandir = prefix / get_option('mandir')
|
||||
|
|
|
|||
Loading…
Reference in a new issue