X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=1c00a9da17080f150ab6d350d000184f87733af5;hb=781ad9727220626015961849129691360e8a0eca;hp=17a0e70d4df9a8dc977d56b04f3cb1b387462136;hpb=7d99474659c42ee93f01ce3f9846d008f3a49a36;p=koha_gimpoz diff --git a/Makefile.PL b/Makefile.PL index 17a0e70d4d..1c00a9da17 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -209,7 +209,7 @@ CGIs are copied to $(PREFIX)/lib/cgi-bin/koha/ and other scripts to koha/ =cut - foreach my $src ("mainpage.pl","help.pl",glob("*/*.pl"),glob("installer/*"),glob("installer/*/*/*/*"),glob("*/*/*.pl"),glob("*/*/*/*.pl")) { + foreach my $src ("mainpage.pl","help.pl","kohaversion.pl",glob("*/*.pl"),glob("installer/*"),glob("installer/*/*/*/*"),glob("*/*/*.pl"),glob("*/*/*/*.pl")) { if ($src =~ /(misc|updater|rss)\//) { $result{$src} = '$(INST_LIBDIR)/koha/'.$src; } else {