mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Typo fixes
This commit is contained in:
parent
80f4424658
commit
4e1a0eac3e
5 changed files with 12 additions and 7 deletions
|
@ -286,11 +286,11 @@ if [ -n "$topdir" ]; then
|
|||
|
||||
# Now run the installer
|
||||
echo "invoking installer as:"
|
||||
echo makensis -nocd -DVERSION="${version}" \
|
||||
echo makensis -v0 -nocd -DVERSION="${version}" \
|
||||
-DPROD_VERSION="${prod_version}" \
|
||||
-DGNUPG_SRCDIR="${srcdir}" ${winpt_defs} ${src_defs} \
|
||||
${patches_defs} ${srcdir}/scripts/w32installer.nsi
|
||||
BUILDINFO=$buildinfo makensis -nocd -DVERSION="${version}" \
|
||||
BUILDINFO=$buildinfo makensis -v0 -nocd -DVERSION="${version}" \
|
||||
-DPROD_VERSION="${prod_version}" \
|
||||
-DGNUPG_SRCDIR="${srcdir}" ${winpt_defs} ${src_defs} \
|
||||
${patches_defs} ${srcdir}/scripts/w32installer.nsi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue