diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 18:43:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 18:43:29 +0200 |
commit | d3aa77d2dcb3b908d16b3b860d980451b02d2e92 (patch) | |
tree | f58b982aef56042da2afcec0c84f48559df738bc | |
parent | 07e9999910ecf13d031a00f046c86680cb4ea0b6 (diff) |
Fix bug in buildfile
-rw-r--r-- | odb/pgsql/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index d2723ec..5325a30 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -52,7 +52,7 @@ details/: { # No install for the pre-generated case. # - {hxx ixx}{options}@/: install = false + {hxx ixx}{options}@./: install = false } } |