diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
commit | ae9319f689d9c38c08cb697ea365506d47642873 (patch) | |
tree | 431cf1e61f1ce2be474b716131848e230ce49253 /mod/buildfile | |
parent | 993442fc249acf663d1d603aef4adf91b41d8f68 (diff) |
Update install.* variables in buildfiles
Diffstat (limited to 'mod/buildfile')
-rw-r--r-- | mod/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/buildfile b/mod/buildfile index 1225a7a..a2fb494 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -15,7 +15,7 @@ else mod{*}: bin.libprefix = mod_ } -mod{*}: install = libexec +mod{*}: install = libexec/ import libs += libodb%lib{odb} import libs += libodb-pgsql%lib{odb-pgsql} |