summaryrefslogtreecommitdiffstats
path: root/mysql
diff options
context:
space:
mode:
authorlaforge <laforge>2000-11-20 19:47:53 +0000
committerlaforge <laforge>2000-11-20 19:47:53 +0000
commitd4754d7074a31eac4afc48efb57584d35ab463f9 (patch)
tree6a1351563fd82886a46c1775c74d09e3a7329dd4 /mysql
parentc33e15d4cead9f2d209560f14e108023a775f336 (diff)
mysql didn't install before
Diffstat (limited to 'mysql')
-rw-r--r--mysql/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql/Makefile.in b/mysql/Makefile.in
index be8c98a..49e1f87 100644
--- a/mysql/Makefile.in
+++ b/mysql/Makefile.in
@@ -24,3 +24,5 @@ distclean:
rm -f Makefile
install: all
+ @INSTALL@ -m 755 -d $(ULOGD_LIB_PATH)
+ @INSTALL@ -m 755 *.so $(ULOGD_LIB_PATH)