projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a957e48
)
Fix missing executable bit for mysql config script
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 26 Nov 2014 02:16:00 +0000
(21:16 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 30 Nov 2014 21:46:13 +0000
(16:46 -0500)
stage3/pkg/mysql
patch
|
blob
|
history
diff --git
a/stage3/pkg/mysql
b/stage3/pkg/mysql
index
e1d59bd
..
73570b1
100644
(file)
--- a/
stage3/pkg/mysql
+++ b/
stage3/pkg/mysql
@@
-77,5
+77,5
@@
hvbuild_post()
string_add "/usr/lib/mysql" /etc/ld.so.conf
# Install Hv configuration script
- install -v -m
644
${SCRDIR}/misc/hv-config-mysql /usr/local/bin
+ install -v -m
755
${SCRDIR}/misc/hv-config-mysql /usr/local/bin
}