From d96ae001d0273d0c2a4955a7bea4faba63461a19 Mon Sep 17 00:00:00 2001 From: slef Date: Thu, 5 Jul 2007 21:03:04 +0000 Subject: [PATCH] ytpo fixes in description and variables --- Makefile.PL | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index f00a204b09..d0ad49e4d4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,8 +29,11 @@ Makefile.PL - Koha packager and installer =head1 SYNOPSIS -perl Makefile.PL -make + perl Makefile.PL + make + sudo make install + make manifest tardist + make manifest zipdist =head1 DESCRIPTION @@ -76,7 +79,7 @@ to generate initial configuration files. WriteMakefile( NAME => 'koha', - VERSION => strftime('2.9.%Y%m%d%H'), + VERSION => strftime('2.9.%Y%m%d%H',gmtime), ABSTRACT => 'Award-winning integrated library system (ILS) and Web OPAC', AUTHOR => 'Koha Developers ', NO_META => 1, -- 2.39.5