mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Edit portable.nt to update OPENLDAP_VERSION
This commit is contained in:
parent
8f15857589
commit
ae0576ea1b
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue