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
 * 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? ;-)

Thx for your help,
Florian.



Reply via email to