diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-05-08 21:01:35 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-06-09 14:12:40 +0100 |
commit | 29a97d2d118966c3f0581975d7259575c1acc269 (patch) | |
tree | 597d0e5446325fdc5d81ffb1b317df78ac6fa3f1 | |
parent | Add extra order by clause to getTopTrackedPackages (diff) | |
download | gentoobrowse-api-29a97d2d118966c3f0581975d7259575c1acc269.tar.bz2 gentoobrowse-api-29a97d2d118966c3f0581975d7259575c1acc269.tar.xz gentoobrowse-api-29a97d2d118966c3f0581975d7259575c1acc269.zip |
Fix unescaped property value
-rw-r--r-- | gentoobrowse-api/service/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/service/Jamfile.jam b/gentoobrowse-api/service/Jamfile.jam index 2256701..04c9aa8 100644 --- a/gentoobrowse-api/service/Jamfile.jam +++ b/gentoobrowse-api/service/Jamfile.jam @@ -47,7 +47,7 @@ lib gentoobrowse-service++11 : <library>..//boost_date_time <library>../..//glibmm <library>../..//libxmlpp - <icetray.sql.namespace>Gentoo::Service + <icetray.sql.namespace>"Gentoo::Service" <icetray.sql.connector>postgresql <icetray.sql.basedir>. <include>. |