From: Quanah Gibson-Mount Date: Fri, 25 Mar 2011 19:39:08 +0000 (+0000) Subject: ITS#6879 X-Git-Tag: MIGRATION_CVS2GIT^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e711018f90154207fdb37008f3bfa22e52e04c;p=thirdparty%2Fopenldap.git ITS#6879 Fix typo --- diff --git a/contrib/slapd-modules/lastbind/Makefile b/contrib/slapd-modules/lastbind/Makefile index e0f1b3e542..ecc9ed160a 100644 --- a/contrib/slapd-modules/lastbind/Makefile +++ b/contrib/slapd-modules/lastbind/Makefile @@ -31,4 +31,4 @@ clean: install: lastbind.la mkdir -p $(prefix)/libexec/openldap - $(LIBTOOL) --mode=onstall cp lastbind.la $(prefix)/libexec/openldap + $(LIBTOOL) --mode=install cp lastbind.la $(prefix)/libexec/openldap