Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed Sep 6, 2024
1 parent 6c20d36 commit 005a4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ pkg-zip: pkg-zip-amd64 pkg-zip-arm64
pkg-rpm-amd64:
rm -rf $(BIN_DIR)/asvec-rpm-centos
cp -a $(BIN_DIR)/asvecrpm $(BIN_DIR)/asvec-rpm-centos
mkdir -p $(BIN_DIR)/asvec-rpm-centos/opt/aerospike/bin
sed -i.bak "s/VERSIONHERE/${rpm_ver}/g" $(BIN_DIR)/asvec-rpm-centos/asvec.spec
cp $(BIN_DIR)/asvec-linux-amd64 $(BIN_DIR)/asvec-rpm-centos/opt/aerospike/bin/asvec
rm -f $(BIN_DIR)/asvec-linux-x86_64.rpm
Expand All @@ -406,6 +407,7 @@ pkg-rpm-amd64:
pkg-rpm-arm64:
rm -rf $(BIN_DIR)/asvec-rpm-centos
cp -a $(BIN_DIR)/asvecrpm $(BIN_DIR)/asvec-rpm-centos
mkdir -p $(BIN_DIR)/asvec-rpm-centos/opt/aerospike/bin
sed -i.bak "s/VERSIONHERE/${rpm_ver}/g" $(BIN_DIR)/asvec-rpm-centos/asvec.spec
cp $(BIN_DIR)/asvec-linux-arm64 $(BIN_DIR)/asvec-rpm-centos/opt/aerospike/bin/asvec
rm -f $(BIN_DIR)/asvec-linux-arm64.rpm
Expand Down
1 change: 0 additions & 1 deletion bin/asvecrpm/usr/local/aerospike/bin/.gitignore

This file was deleted.

0 comments on commit 005a4e1

Please sign in to comment.