From: ivan Date: Fri, 1 Nov 2002 01:42:44 +0000 (+0000) Subject: add INSTALLSCRIPT and INSTALLSITEBIN from 1.5 X-Git-Tag: freeside_1_4_1beta5~14 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=795de00cf4c23d910cae6b205dfcdff5e72bcefb;p=freeside.git add INSTALLSCRIPT and INSTALLSITEBIN from 1.5 --- diff --git a/FS/Makefile.PL b/FS/Makefile.PL index ab4c2281b..1647f8eef 100644 --- a/FS/Makefile.PL +++ b/FS/Makefile.PL @@ -5,4 +5,6 @@ WriteMakefile( 'NAME' => 'FS', 'VERSION_FROM' => 'FS.pm', # finds $VERSION 'EXE_FILES' => [ glob 'bin/*' ], + 'INSTALLSCRIPT' => '/usr/local/bin', + 'INSTALLSITEBIN' => '/usr/local/bin', );