Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
ea778b2b
Commit
ea778b2b
authored
Jun 13, 2013
by
Michal 'vorner' Vaner
Browse files
[2922] Fix path to spec file
The spec file is not generated, so use B10_FROM_SOURCE, not B10_FROM_BUILD.
parent
9bbd1664
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/msgq/msgq.py.in
View file @
ea778b2b
...
...
@@ -61,8 +61,8 @@ VERSION = "b10-msgq 20110127 (BIND 10 @PACKAGE_VERSION@)"
# If B10_FROM_BUILD is set in the environment, we use data files
# from a directory relative to that, otherwise we use the ones
# installed on the system
if "B10_FROM_
BUILD
" in os.environ:
SPECFILE_PATH = os.environ["B10_FROM_
BUILD
"] + "/src/bin/msgq"
if "B10_FROM_
SOURCE
" in os.environ:
SPECFILE_PATH = os.environ["B10_FROM_
SOURCE
"] + "/src/bin/msgq"
else:
PREFIX = "@prefix@"
DATAROOTDIR = "@datarootdir@"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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