Repository: incubator-hawq Updated Branches: refs/heads/vplr [created] 7f2e016c3
Set plr prefix Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/7f2e016c Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/7f2e016c Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/7f2e016c Branch: refs/heads/vplr Commit: 7f2e016c328d8ea4778d109f43893933d764fad4 Parents: 23d36f2 Author: rlei <[email protected]> Authored: Mon Sep 26 11:55:54 2016 +0800 Committer: rlei <[email protected]> Committed: Mon Sep 26 11:56:09 2016 +0800 ---------------------------------------------------------------------- src/pl/plr.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/7f2e016c/src/pl/plr.spec ---------------------------------------------------------------------- diff --git a/src/pl/plr.spec b/src/pl/plr.spec index 6648933..abac849 100644 --- a/src/pl/plr.spec +++ b/src/pl/plr.spec @@ -2,7 +2,7 @@ Summary: PL/R module for HAWQ Name: plr-hawq_%{hawq_version_str} Version: 08.03.00.14.%{hawq_version} Release: %{hawq_build_number}.el%{redhat_major_version} -Prefix: /usr/local +Prefix: /usr/local/hawq License: GPL BuildRequires: R-core-devel Requires: R @@ -22,9 +22,9 @@ The PL/R modules provides Procedural language implementation of R for HAWQ. # 2. We build using the "configured" prefix at first and then install it using # the new prefix. make -C %{plr_srcdir} -make -C %{plr_srcdir} install prefix=%{buildroot}/usr/local +make -C %{plr_srcdir} install prefix=%{buildroot}/usr/local/hawq %files -/usr/local/docs/contrib/README.plr -/usr/local/lib/postgresql/plr.so* -/usr/local/share/postgresql/contrib/plr.sql +/usr/local/hawq/docs/contrib/README.plr +/usr/local/hawq/lib/postgresql/plr.so* +/usr/local/hawq/share/postgresql/contrib/plr.sql
