Hi,

> 2. What I'm more concerned about are the attempts to copy files into
> /usr/local/scripts, and the xargs errors.


what happens is that the perl configure script 'guesses' directories.
It uses $bin (== $prefix/bin) as default but overrides that first guess
if there is one of the following directories (last match is used):

/usr/share/scripts
/usr/share/bin
/usr/local/script
/usr/local/scripts
$prefix/script

This could be fixed by specifying an explicit 'scriptdir' to Configure.

The xargs is just a secondary fault because it tries to run one of
the scripts that were not installed earlier during the build
because of the errroneous guess of the script directory.

For a short term solution you could rename the /usr/local/scripts
directory while building the package.

Greetings,
-- 
                                       Michael van Elst
                                       [EMAIL PROTECTED]
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Bug Database Interface                           www.openpkg.org/bugdb
Bug Database List                            [EMAIL PROTECTED]

Reply via email to