Yaakov Selkowitz writes:
> Using lib for archful things vs. share for noarch, and /usr/local for
> site*, is for compliance with FHS, and the latter avoids a lot of
> confusion over which should be used by packages.

Also, why do you propose to drop archname from the *arch directories?
This would make it impossible to put these on shared drives, so I'm
more inclined to leave these as they were.

        prefix="/usr"
        siteprefix="/usr/local"
        vendorprefix="/usr"

        vendorman1dir="${vendorprefix}/share/man/man1"
        vendorman3dir="${vendorprefix}/share/man/man3"
        html1dir="${prefix}/share/doc/perl/html/html1"
        html3dir="${prefix}/share/doc/perl/html/html3"
        sitehtml1dir="${siteprefix}/share/doc/perl/html/html1"
        sitehtml3dir="${siteprefix}/share/doc/perl/html/html3"
        vendorhtml1dir="${vendorprefix}/share/doc/perl/html/html1"
        vendorhtml3dir="${vendorprefix}/share/doc/perl/html/html3"

        archname=${ARCHNAME}
        privlib="${prefix}/share/perl5/${PERLV}"
        sitelib="${siteprefix}/share/perl5/site_perl/${PERLV}"
        vendorlib="${vendorprefix}/lib/perl5/vendor_perl/${PERLV}"
        archlib="${prefix}/lib/perl5/${PERLV}/${ARCHNAME}"
        sitearch="${siteprefix}/lib/perl5/vendor_perl/${PERLV}/${ARCHNAME}"
        vendorarch="${vendorprefix}/lib/perl5/site_perl/${PERLV}/${ARCHNAME}"

        sitebin="${siteprefix}/bin"
        sitescript="${siteprefix}/bin"

I would also leave the versioning on the noarch dirs.  We need to do a
full rebuild for 5.26 anyway and for 5.28 we can just as easily include
the previous version of the noarch directories in @INC if that is known
to work just like we did between 5.10 and 5.14.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

Reply via email to