From 29be87b6e39a8fcfd87b36d73a26167390b2cd25 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Mon, 11 Sep 2023 19:25:07 +0000 Subject: [PATCH] Improve scripts/build_memgraph_native.sh --- scripts/build_memgraph_native.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_memgraph_native.sh b/scripts/build_memgraph_native.sh index f68e0b8..b83d89f 100755 --- a/scripts/build_memgraph_native.sh +++ b/scripts/build_memgraph_native.sh @@ -18,6 +18,7 @@ fi declare -A MGPLAT_CPACK MGPLAT_CPACK[ubuntu]="cpack -G DEB --config ../CPackConfig.cmake" MGPLAT_CPACK[debian]="cpack -G DEB --config ../CPackConfig.cmake" +MGPLAT_CPACK[centos]="cpack -G RPM --config ../CPackConfig.cmake" MGPLAT_DIST_BINARY="$DIR/dist/binary" print_help() { echo -e "Builds memgraph on natively supported operating systems."