summaryrefslogtreecommitdiff
path: root/fs_signup/FS-SignupClient/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2002-04-06 20:37:38 +0000
committerivan <ivan>2002-04-06 20:37:38 +0000
commit8fc4118f1f055195d280b3250b39a3b5fcdf13dc (patch)
tree09f1c079662ae602829cfce585d9396658689206 /fs_signup/FS-SignupClient/Makefile.PL
parent195652229909566ccb3a6ae249d8fa26f25da55a (diff)
big signup server cleanups. uses Storable for network protocol now.
- makes Bugs 384 & 385 easier - closes: Bug#382
Diffstat (limited to 'fs_signup/FS-SignupClient/Makefile.PL')
-rw-r--r--fs_signup/FS-SignupClient/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs_signup/FS-SignupClient/Makefile.PL b/fs_signup/FS-SignupClient/Makefile.PL
index 859d757c3..208e8507a 100644
--- a/fs_signup/FS-SignupClient/Makefile.PL
+++ b/fs_signup/FS-SignupClient/Makefile.PL
@@ -6,5 +6,6 @@ WriteMakefile(
'VERSION_FROM' => 'SignupClient.pm', # finds $VERSION
'EXE_FILES' => [ 'fs_signupd' ],
'INSTALLSCRIPT' => '/usr/local/sbin',
+ 'INSTALLSITEBIN' => '/usr/local/sbin',
'PERM_RWX' => '750',
);