diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-24 15:57:35 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-24 17:56:06 +0200 |
commit | 250198ad0e02741b254ce191ff5e110f63aa6e21 (patch) | |
tree | 7612874404c649d85fc80e44a5ffbaa4f59ad984 /connectivity | |
parent | d8be8a9c17bedb5a0cfb4b5ea1a2f02f59582cad (diff) |
connectivity: deliver postgresql-sdbc.ini to INSTDIR
Change-Id: I0317252e17b0ddadc5e4a1bebb0c7b21963d57fe
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Package_postgresql-sdbc.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/Package_postgresql-sdbc.mk b/connectivity/Package_postgresql-sdbc.mk index 2a9258298d60..c4f1d240249d 100644 --- a/connectivity/Package_postgresql-sdbc.mk +++ b/connectivity/Package_postgresql-sdbc.mk @@ -9,6 +9,8 @@ $(eval $(call gb_Package_Package,connectivity_postgresql-sdbc,$(SRCDIR)/connectivity/source/drivers/postgresql)) -$(eval $(call gb_Package_add_file,connectivity_postgresql-sdbc,bin/postgresql-sdbc.ini,postgresql-sdbc.ini)) +$(eval $(call gb_Package_set_outdir,connectivity_postgresql-sdbc,$(INSTROOT))) + +$(eval $(call gb_Package_add_file,connectivity_postgresql-sdbc,$(LIBO_BIN_FOLDER)/postgresql-sdbc.ini,postgresql-sdbc.ini)) # vim: set noet sw=4 ts=4: |