Browse Source

alanw:


			
			
				rocklinux
			
			
		
Alan J. Wylie 20 years ago
parent
commit
127744dafa
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      package/clifford/mysql/mysql.conf

+ 8
- 0
package/clifford/mysql/mysql.conf

@ -48,3 +48,11 @@ postmake="pkg_mysql_postmake"
hook_add postmake 3 "install_init mysql $confdir/mysql.init"
pkg_mysql_preconf() {
aclocal
autoheader
libtoolize --automake --force
automake
autoconf
}
preconf="pkg_mysql_preconf"

Loading…
Cancel
Save