forked from openGauss-Ecosystem/openGauss-server
Fix execute permission
This commit is contained in:
parent
c7154c02a5
commit
5413aa5f01
2
build.sh
2
build.sh
|
@ -63,9 +63,11 @@ done
|
|||
ROOT_DIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
|
||||
echo "ROOT_DIR : $ROOT_DIR"
|
||||
cd build/script
|
||||
chmod a+x build_opengauss.sh
|
||||
sh build_opengauss.sh -m ${build_version_mode} -3rd ${build_binarylib_dir} "-${not_optimized}" -pkg server -mc off
|
||||
if [ "${wrap_binaries}"X = "YES"X ]
|
||||
then
|
||||
chmod a+x build_opengauss.sh
|
||||
sh package_opengauss.sh -3rd ${build_binarylib_dir}
|
||||
fi
|
||||
exit 0
|
||||
|
|
|
@ -30,6 +30,7 @@ test -d $ROOT_DIR/contrib/carbondata && mv $ROOT_DIR/contrib/carbondata $ROOT_DI
|
|||
cp opengauss.spec gauss.spec
|
||||
|
||||
#(3) invoke mpp_package
|
||||
chmod a+x mpp_package.sh
|
||||
echo "mpp_package.sh $@ -nopkg -pm opengauss"
|
||||
./mpp_package.sh $@ -nopkg -pm opengauss
|
||||
if [ $? != "0" ]; then
|
||||
|
|
Loading…
Reference in New Issue