Commit 50a08a0c authored by Łukasz Nowak's avatar Łukasz Nowak

Install binary without version suffix.

parent c14ad70e
diff --git a/Makefile b/Makefile
index dbb15d5..852a627 100644
--- a/Makefile
+++ b/Makefile
@@ -137,5 +137,5 @@ $(TARGET): xtrabackup.o $(INNODBOBJS) $(MYSQLOBJS)
clean:
rm -f *.o xtrabackup_*
install:
- install -m 755 innobackupex-1.5.1 $(BIN_DIR)
+ install -m 755 innobackupex-1.5.1 $(BIN_DIR)/innobackupex
install -m 755 xtrabackup_* $(BIN_DIR)
diff --git a/utils/build.sh b/utils/build.sh
index 3f0cee7..ae0f35b 100755
--- a/utils/build.sh
......
......@@ -13,7 +13,7 @@ parts =
[xtrabackup-build-patch-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = a5ac31fedbe36e1ede82058ad2fce782
md5sum = 93856cdb8fba76a0c9261d975a5d7377
download-only = true
filename = xtrabackup_build.sh_with_prefix.patch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment