Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed Sep 26, 2024
1 parent 2ca4650 commit b69b449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ pkg-deb-amd64:
rm -rf $(BIN_DIR)/deb
mkdir -p $(BIN_DIR)/deb/DEBIAN
mkdir -p $(BIN_DIR)/deb/opt/aerospike/bin
mkdir -p $(BIN_DIR)/deb/etc/aerospike/
mkdir -p $(BIN_DIR)/deb/usr/bin
@ eval "$$amddebscript"
mv $(BIN_DIR)/asvec $(BIN_DIR)/deb/opt/aerospike/bin/
Expand All @@ -346,6 +347,7 @@ pkg-deb-arm64:
rm -rf $(BIN_DIR)/deb
mkdir -p $(BIN_DIR)/deb/DEBIAN
mkdir -p $(BIN_DIR)/deb/opt/aerospike/bin
mkdir -p $(BIN_DIR)/deb/etc/aerospike/
mkdir -p $(BIN_DIR)/deb/usr/bin
@ eval "$$armdebscript"
mv $(BIN_DIR)/asvec $(BIN_DIR)/deb/opt/aerospike/bin/
Expand Down

0 comments on commit b69b449

Please sign in to comment.