1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Typo fixes

This commit is contained in:
Werner Koch 2005-04-05 17:10:28 +00:00
parent 80f4424658
commit 4e1a0eac3e
5 changed files with 12 additions and 7 deletions

View file

@ -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

View file

@ -250,7 +250,7 @@ Section /o "Source" SecSource
File "libiconv-${LIBICONV_VERSION}.tar"
!ifdef WITH_WINPT
File "winpt-$(WINPT_VERSION}.tar"
File "winpt-${WINPT_VERSION}.tar"
!endif ; WITH_WINPT
SectionEnd ; Section Source
@ -399,7 +399,7 @@ Section "Uninstall"
Delete "$INSTDIR\Src\gnupg-${VERSION}.tar"
Delete "$INSTDIR\Src\libiconv-${LIBICONV_VERSION}.tar"
Delete "$INSTDIR\Src\winpt-$(WINPT_VERSION}.tar"
Delete "$INSTDIR\Src\winpt-${WINPT_VERSION}.tar"
Delete "$INSTDIR\Src\*.diff"
Delete "$INSTDIR\uninst-gnupg.exe"