From: ivan Date: Wed, 9 Aug 2006 03:45:00 +0000 (+0000) Subject: please bleeding-edge debian perl, would you put it in /usr/local/sbin? thanks. X-Git-Tag: BEFORE_FINAL_MASONIZE~50 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5d133672add54fb6bdd6690cdd9ca386d7a44a10 please bleeding-edge debian perl, would you put it in /usr/local/sbin? thanks. --- diff --git a/fs_selfservice/FS-SelfService/Makefile.PL b/fs_selfservice/FS-SelfService/Makefile.PL index 0b7fc4606..85c92b4fb 100644 --- a/fs_selfservice/FS-SelfService/Makefile.PL +++ b/fs_selfservice/FS-SelfService/Makefile.PL @@ -9,6 +9,7 @@ WriteMakefile( ], 'INSTALLSCRIPT' => '/usr/local/sbin', 'INSTALLSITEBIN' => '/usr/local/sbin', + 'INSTALLSITESCRIPT' => '/usr/local/sbin', #recent deb users this... 'PERM_RWX' => '750', 'PREREQ_PM' => { 'Storable' => 2.09,