Florian Scharinger wrote:
> Hi,
> 
> I'm trying to get MakeMaker to create a Makefile for me which should do
> the following, but I fail in one part:
> 
>  * Put my Perl modules to $prefix/sbin

Uhh, Perl modules in sbin?  You sure?

>  * Put my Perl script to $prefix/sbin as well
>  * Put some binary file to $prefix/bin
> 
> The last step doesn't work since the binary files end up in $prefix/sbin
> as well. I haven't found a way to tell MakeMaker to put real binaries in
> a specific directories, despite I have set
>   INSTALLSITEBIN  => '$(PREFIX)/bin'
>
> in my Makefile.PL (INSTALLDIRS is 'site').
>
> Am I asking MakeMaker here something unreasonable, or what the heck am I
> doing wrong? ;-)

Posting to the wrong list for starters. :)  MakeMaker is discussed on
makemaker@perl.org

Without seeing the rest of the Makefile.PL there's not much which can be
done.  Can you show us the whole file?

Reply via email to