Skip to content
Snippets Groups Projects
Commit 07e2929c authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Issue#9248 - Fix default prefix value

parent 9b5ff10c
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,7 @@ PROGRAMS = pw-argon2.la
MANPAGES = slapd-pw-argon2.5
LTVER = 0:0:0
#prefix=/usr/local
prefix=`grep -e "^prefix =" $(LDAP_BUILD)/Makefile | cut -d= -f2`
prefix=/usr/local
exec_prefix=$(prefix)
ldap_subdir=/openldap
......
......@@ -17,9 +17,7 @@ LIBS = $(LDAP_LIB) -lcrypto
PROGRAMS = pw-pbkdf2.la
LTVER = 0:0:0
#prefix=/usr/local
prefix=`grep -e "^prefix =" $(LDAP_BUILD)/Makefile | cut -d= -f2`
prefix=/usr/local
exec_prefix=$(prefix)
ldap_subdir=/openldap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment