On Jul 2, 2005, at 12:16 AM, Daniel Macks wrote:
No...the *default* for Type:perl has not changed, and probably will
not, since that would mean different people would get different .deb
depending on which fink they used to build it. The easiest
implementation appears to be: use the default, then move man3/ (or the
whole man/, depending on if there are other manX/ and wher eyou want
them to be). See the .info in perlmods/ for numerous examples.
I see, so something like this:
InstallScript: <<
%{default_script}
mkdir -p %i/lib/perl5/%type_raw[perl]/man
mv %i/share/man/man3 %i/lib/perl5/%type_raw[perl]/man/man3
<<
Regarding my original question, I put the three files in /sw/bin in a
SplitOff:
Splitoff: <<
Package: %N-bin
Depends: %N (= %v-%r)
Files: bin share/man/man1
Conflicts: %{Ni}580-bin, %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin
Replaces: %{Ni}580-bin, %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin
DocFiles: Changes README
<<
Is this the correct approach?
thanks,
- Koen.
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel