Skip to content

Commit

Permalink
BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it
Browse files Browse the repository at this point in the history
  • Loading branch information
rvs committed Sep 9, 2017
1 parent 9ded40b commit 03050b2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bigtop-packages/src/common/gpdb/patch0-DISTDIR.diff
@@ -0,0 +1,27 @@
diff --git a/gpAux/extensions/gpcloud/Makefile b/gpAux/extensions/gpcloud/Makefile
index 516b4ee..e8370f2 100644
--- a/gpAux/extensions/gpcloud/Makefile
+++ b/gpAux/extensions/gpcloud/Makefile
@@ -32,7 +32,7 @@ gpcheckcloud:
install: install-symlink

install-symlink:
- ln -sf gpcloud.so $(pkglibdir)/gps3ext.so
+ ln -sf gpcloud.so $(DESTDIR)/$(pkglibdir)/gps3ext.so

test: format
@$(MAKE) -C test test
diff --git a/gpAux/platform/gpnetbench/Makefile b/gpAux/platform/gpnetbench/Makefile
index dff409f..6fd74bf 100644
--- a/gpAux/platform/gpnetbench/Makefile
+++ b/gpAux/platform/gpnetbench/Makefile
@@ -25,6 +25,6 @@ clean:
rm -rf *.o gpnetbenchServer gpnetbenchClient

install: all
- mkdir -p $(prefix)/bin/lib
- cp -p gpnetbenchServer $(prefix)/bin/lib
- cp -p gpnetbenchClient $(prefix)/bin/lib
+ mkdir -p $(DESTDIR)/$(prefix)/bin/lib
+ cp -p gpnetbenchServer $(DESTDIR)/$(prefix)/bin/lib
+ cp -p gpnetbenchClient $(DESTDIR)/$(prefix)/bin/lib
1 change: 1 addition & 0 deletions bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
Expand Up @@ -37,6 +37,7 @@ Source0: gpdb-%{gpdb_base_version}.tar.gz
Source1: do-component-build
Source2: install_gpdb.sh
Source3: do-component-configure
#BIGTOP_PATCH_FILES
AutoReqProv: %{autorequire}

%description
Expand Down

0 comments on commit 03050b2

Please sign in to comment.