Skip to content
Snippets Groups Projects
Commit ae0576ea authored by Howard Chu's avatar Howard Chu
Browse files

Edit portable.nt to update OPENLDAP_VERSION

parent 8f158575
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,13 @@ fi
. $RELNAME/build/version.sh
# Update the version for NT
ed $RELNAME/include/portable.nt <<EOF
/OPENLDAP_VERSION
s;".*";"$ol_version";
wq
EOF
tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
md5 $RELNAME.tgz > $RELNAME.md5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment