Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed Sep 26, 2024
1 parent b69b449 commit 39837c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ pkg-deb-amd64:
mkdir -p $(BIN_DIR)/deb/usr/bin
@ eval "$$amddebscript"
mv $(BIN_DIR)/asvec $(BIN_DIR)/deb/opt/aerospike/bin/
mv $(BIN_DIR)/asvec.yml $(BIN_DIR)/deb/etc/aerospike/
cp $(BIN_DIR)/asvec.yml $(BIN_DIR)/deb/etc/aerospike/asvec.yml
ln -s /opt/aerospike/bin/asvec $(BIN_DIR)/deb/usr/bin/asvec
sudo dpkg-deb -Zxz -b $(BIN_DIR)/deb
rm -f $(BIN_DIR)/packages/asvec-linux-amd64-${ver}.deb
Expand All @@ -351,7 +351,7 @@ pkg-deb-arm64:
mkdir -p $(BIN_DIR)/deb/usr/bin
@ eval "$$armdebscript"
mv $(BIN_DIR)/asvec $(BIN_DIR)/deb/opt/aerospike/bin/
mv $(BIN_DIR)/asvec.yml $(BIN_DIR)/deb/etc/aerospike/
cp $(BIN_DIR)/asvec.yml $(BIN_DIR)/deb/etc/aerospike/asvec.yml
ln -s /opt/aerospike/bin/asvec $(BIN_DIR)/deb/usr/bin/asvec
sudo dpkg-deb -Zxz -b $(BIN_DIR)/deb
rm -f $(BIN_DIR)/packages/asvec-linux-arm64-${ver}.deb
Expand Down

0 comments on commit 39837c3

Please sign in to comment.