X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage3%2Fpkg%2Fmysql;h=47163bb58cd1db0b5e56b9f7172ff1645c636352;hb=d4f236d852479ef1b930f73a85084aa5bbc2d2a5;hp=aef76519f71d480dd5358d21ecef9a4c714fa972;hpb=6531689d25d6ed05fcf872ae78d31643b00a00ff;p=hvlinux.git diff --git a/stage3/pkg/mysql b/stage3/pkg/mysql index aef7651..47163bb 100644 --- a/stage3/pkg/mysql +++ b/stage3/pkg/mysql @@ -52,4 +52,7 @@ hvbuild_post() # Addition to /etc/ld.so.conf string_add "/usr/lib/mysql" /etc/ld.so.conf + + # Install Hv configuration script + install -m644 ${SCRDIR}/misc/hv-config-mysql /usr/local/bin }