X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FMakefile.PL;h=1647f8eefc2018257da0e76b346248505afacb86;hb=9a42cc876677b9be8e55dce93d66f92e81d1416b;hp=22b412d21178d8549400973efd360c4bf33e6a24;hpb=1e3eae905b861761f93643aa5fce14a8be5d9ed2;p=freeside.git diff --git a/FS/Makefile.PL b/FS/Makefile.PL index 22b412d21..1647f8eef 100644 --- a/FS/Makefile.PL +++ b/FS/Makefile.PL @@ -2,6 +2,9 @@ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( - 'NAME' => 'FS', + 'NAME' => 'FS', 'VERSION_FROM' => 'FS.pm', # finds $VERSION + 'EXE_FILES' => [ glob 'bin/*' ], + 'INSTALLSCRIPT' => '/usr/local/bin', + 'INSTALLSITEBIN' => '/usr/local/bin', );