X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_sesmon%2FFS-SessionClient%2FMakefile.PL;h=137b6b8bd87bb597311c813aae211185ad95aeb3;hp=1f598474ae981f4668f2b1df3bb815560ab96f0e;hb=b90f8cdac9371c219a72dda16f8deecc7c44fc28;hpb=3a95cc316da367ffd248ba29ac594f3efbc9db61;ds=sidebyside diff --git a/fs_sesmon/FS-SessionClient/Makefile.PL b/fs_sesmon/FS-SessionClient/Makefile.PL index 1f598474a..137b6b8bd 100644 --- a/fs_sesmon/FS-SessionClient/Makefile.PL +++ b/fs_sesmon/FS-SessionClient/Makefile.PL @@ -4,7 +4,7 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'FS::SessionClient', 'VERSION_FROM' => 'SessionClient.pm', # finds $VERSION - 'EXE_FILES' => [ qw(fs_sessiond freeside-login freeside-logoff) ], + 'EXE_FILES' => [ qw(fs_sessiond bin/freeside-login bin/freeside-logout) ], 'INSTALLSCRIPT' => '/usr/local/sbin', 'PERM_RWX' => '750', );