X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FMakefile.PL;h=1647f8eefc2018257da0e76b346248505afacb86;hp=22b412d21178d8549400973efd360c4bf33e6a24;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=1e3eae905b861761f93643aa5fce14a8be5d9ed2 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', );