https://bugzilla.redhat.com/show_bug.cgi?id=498390



--- Comment #35 from Gerd Pokorra <[email protected]> ---
The help of the configuration (perl Configure.pl --help) from NPQ and rakudo do
not show an option to specify a destination path other then /usr/share.
MoarVM, NQP and Rakudo only support to specify a prefix.

*.moarvm files are at:

/usr/share/nqp/lib/Perl6

 and

/usr/share/perl6/runtime


The paths are hard coded in perl5 files. The file
rakudo-2017.01/tools/build/Makefile-Moar.in has the following lines where paths
are hard coded:
M_LIBPATH = $(PREFIX)@slash@share@slash@nqp@slash@lib

        $(CP) $(M_PERL6_LANG_OUTPUT) $(DESTDIR)$(M_LIBPATH)/Perl6

$(MKPATH) $(DESTDIR)$(PERL6_LANG_DIR)/runtime


A hard coded path in akudo-2017.01/tools/build/Makefile-common-macros.in:
PERL6_LANG_DIR = $(PREFIX)/share/perl6


Maintaining patches for the package that do changing the paths would be hard
work. I think the best way is to leave the paths as they are designed.

-- 
You are receiving this mail because:
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to