summaryrefslogtreecommitdiffstats
path: root/ulogd/mysql
diff options
context:
space:
mode:
authorlaforge <laforge>2000-11-20 19:47:53 +0000
committerlaforge <laforge>2000-11-20 19:47:53 +0000
commitb51961514f99b417780493cdb82425c757e762d4 (patch)
tree4b8347f96263f8eb5c9d73a0c2002127b47f4a0d /ulogd/mysql
parentb65511e56c6b8a5ef0b666ada989f69b476a3060 (diff)
mysql didn't install before
Diffstat (limited to 'ulogd/mysql')
-rw-r--r--ulogd/mysql/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ulogd/mysql/Makefile.in b/ulogd/mysql/Makefile.in
index be8c98a..49e1f87 100644
--- a/ulogd/mysql/Makefile.in
+++ b/ulogd/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)