Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_workflow
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenjie.zheng
erp5_workflow
Commits
50a08a0c
Commit
50a08a0c
authored
May 05, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install binary without version suffix.
parent
c14ad70e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
slapos/patch/xtrabackup_build.sh_with_prefix.patch
slapos/patch/xtrabackup_build.sh_with_prefix.patch
+11
-0
slapos/profile/xtrabackup.cfg
slapos/profile/xtrabackup.cfg
+1
-1
No files found.
slapos/patch/xtrabackup_build.sh_with_prefix.patch
View file @
50a08a0c
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
diff --git a/utils/build.sh b/utils/build.sh
index 3f0cee7..ae0f35b 100755
index 3f0cee7..ae0f35b 100755
--- a/utils/build.sh
--- a/utils/build.sh
...
...
slapos/profile/xtrabackup.cfg
View file @
50a08a0c
...
@@ -13,7 +13,7 @@ parts =
...
@@ -13,7 +13,7 @@ parts =
[xtrabackup-build-patch-download]
[xtrabackup-build-patch-download]
recipe = hexagonit.recipe.download
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/../patch/${:filename}
url = ${:_profile_base_location_}/../patch/${:filename}
md5sum =
a5ac31fedbe36e1ede82058ad2fce782
md5sum =
93856cdb8fba76a0c9261d975a5d7377
download-only = true
download-only = true
filename = xtrabackup_build.sh_with_prefix.patch
filename = xtrabackup_build.sh_with_prefix.patch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment