mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32: Always try to install Date-Manip and as fallback DateManip.
It seems that the PPM repositories for ActivePerl v5.6 and v5.8 have been changed so that DateManip cannot be found anymore. Keep it for second try nonetheless. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17504 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -38,12 +38,11 @@ goto error
|
||||
|
||||
echo * Install DateManip
|
||||
echo.
|
||||
if %_perlversion% == 5.10 (
|
||||
perl -x -S ppm install Date-Manip
|
||||
) else (
|
||||
perl -x -S ppm install Date-Manip
|
||||
if %errorlevel% neq 0 (
|
||||
perl -x -S ppm install DateManip
|
||||
if %errorlevel% neq 0 goto error
|
||||
)
|
||||
if %errorlevel% neq 0 goto error
|
||||
|
||||
echo.
|
||||
echo * Install Crypt-SSLeay
|
||||
|
||||
Reference in New Issue
Block a user