[fink-core] perl5124 installs files into /usr/local

2013-02-24 Thread Hanspeter Niederstrasser
During configure:
Where do you keep publicly executable scripts? (~name ok)
[/usr/local/scripts]

which then causes the scripts to be installed into /usr/local/scripts, 
and the validator doesn't like it:
Validating .deb dir /sw/build.build/root-perl5124-5.12.4-2...
Error: File installed outside of /sw
Offending file: /usr/
Offending file: /usr/local/
Offending file: /usr/local/scripts/
Offending file: /usr/local/scripts/c2ph
...

There are also a lot of -I/usr/local/include and -L/usr/local/lib during 
the build, which could potentially pick up unwanted stuff.

Hanspeter

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
fink-core mailing list
fink-core@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.core
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-core


Re: [fink-core] perl5124 installs files into /usr/local

2013-02-24 Thread Hanspeter Niederstrasser
On 2/24/2013 6:21 AM, Hanspeter Niederstrasser wrote:
 During configure:
 Where do you keep publicly executable scripts? (~name ok)
 [/usr/local/scripts]

 which then causes the scripts to be installed into /usr/local/scripts,
 and the validator doesn't like it:
 Validating .deb dir /sw/build.build/root-perl5124-5.12.4-2...
 Error: File installed outside of /sw
   Offending file: /usr/
   Offending file: /usr/local/
   Offending file: /usr/local/scripts/
   Offending file: /usr/local/scripts/c2ph
 ...

Passing -Dscriptdir=%p/bin to Configure puts them in a happier place.

Hanspeter


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
fink-core mailing list
fink-core@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.core
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-core