Browse Source

forgot a / there

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@669 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
0bb8083ac3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/bind10.py.in

+ 1 - 1
src/bin/bind10/bind10.py.in

@@ -28,7 +28,7 @@ __main__.
 # file there, instead of the installed one (for instance when we run
 # from the source tree)
 if "B10_SPECFILE_PATH" in os.environ:
-    SPECFILE_LOCATION = os.environ["B10_SPECFILE_PATH"] + "bob.spec"
+    SPECFILE_LOCATION = os.environ["B10_SPECFILE_PATH"] + "/bob.spec"
 else:
     PREFIX = "@prefix@"
     DATAROOTDIR = "@datarootdir@"