From fc8bbbdc31b94f71f13ef71b1911badf6f93566e Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 25 Nov 2014 21:16:00 -0500 Subject: [PATCH] Fix missing executable bit for mysql config script --- stage3/pkg/mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage3/pkg/mysql b/stage3/pkg/mysql index e1d59bd..73570b1 100644 --- 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 -m644 ${SCRDIR}/misc/hv-config-mysql /usr/local/bin + install -v -m755 ${SCRDIR}/misc/hv-config-mysql /usr/local/bin } -- 2.20.1