Skip to content

Commit

Permalink
contrib/cray: fix install prefix
Browse files Browse the repository at this point in the history
Signed-off-by: James Swaro <james.swaro@hpe.com>
  • Loading branch information
jswaro committed May 31, 2024
1 parent 47542b2 commit 92efd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/cray/cray_rpmbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function build_dl_provider() {
--define "install_modulefile 1" \
--define "install_default_module_version 1" \
--define "modulefile_path ${INSTALL_PREFIX}/modulefiles" \
--define "_prefix ${INSTALL_PREFIX}" \
--define "_prefix ${INSTALL_PREFIX}/libfabric/%{version}" \
--define "_topdir $rpmbuilddir" \
--define "_sourcedir $rpmbuilddir/SOURCES" \
--define "_rpmdir $rpmbuilddir/RPMS" \
Expand Down Expand Up @@ -177,7 +177,7 @@ RPMBUILD_OPTS=$(echo """
--define 'install_modulefile 1'
--define 'install_default_module_version 1'
--define 'modulefile_path ${INSTALL_PREFIX}/modulefiles'
--define '_prefix ${INSTALL_PREFIX}'
--define '_prefix ${INSTALL_PREFIX}/libfabric/%{version}'
--define '_topdir $rpmbuilddir'
--define '_sourcedir $rpmbuilddir/SOURCES'
--define '_rpmdir $rpmbuilddir/RPMS'
Expand Down

0 comments on commit 92efd12

Please sign in to comment.