check_logfiles: 3.7.5.1
[omd.git] / packages / mysql-omd / Makefile
blob9b4643d662f2c87a31c3aa8cf502eaed4aae7a38
1 include ../../Makefile.omd
3 .PHONY: skel
5 build:
6 # Unpack source code, apply patches, call configure, call make
8 install:
9 # Install software below $(DESTDIR)$(OMD_ROOT)/{bin,lib,share}
11 skel:
12 ! test -e /usr/share/mariadb/english || sed -e 's|/usr/share/mysql/english|/usr/share/mariadb/english|' -i ${SKEL}/.my.cnf
14 clean:
15 # Remove files created by build/install