Skip to content

Commit

Permalink
Fix typo in jalien-root.sh (#5437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Apr 25, 2024
1 parent 04fb370 commit e5b5edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jalien-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mkdir -p etc/modulefiles
alibuild-generate-module --lib > "etc/modulefiles/$PKGNAME"
cat >> "etc/modulefiles/$PKGNAME" <<EoF
# Our environment
append-path ROOT_PLUGIN_PATH \$PKGROOT/etc/plugins
prepend-path ROOT_INCLUDE_PATH \$PKGROOT/include
append-path ROOT_PLUGIN_PATH \$PKG_ROOT/etc/plugins
prepend-path ROOT_INCLUDE_PATH \$PKG_ROOT/include
EoF
mkdir -p $INSTALLROOT/etc/modulefiles && rsync -a --delete etc/modulefiles/ $INSTALLROOT/etc/modulefiles

0 comments on commit e5b5edb

Please sign in to comment.