summaryrefslogtreecommitdiff
path: root/fs_sesmon/FS-SessionClient/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'fs_sesmon/FS-SessionClient/Makefile.PL')
-rw-r--r--fs_sesmon/FS-SessionClient/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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',
);