This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROFILE_SCRIPT=/etc/profile.d/$PKG_NAME.sh | |
/usr/bin/cat - <<EOSCR >$PROFILE_SCRIPT | |
RAKUDO_PATHS=$INSTALL_PREFIX/bin | |
for TOP in raku perl6 | |
do | |
if [ -d $INSTALL_PREFIX/share/\$TOP ] | |
then | |
for REP in site vendor core |