Accepting request 896928 from home:aginies:branches:openSUSE:Factory

- fix typo to export prefix in patch:
  Adapt-shell-scripts-that-set-up-the-environment-for-different-shells.patch

OBS-URL: https://build.opensuse.org/request/show/896928
OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=23
This commit is contained in:
Christian Goll 2021-06-04 13:00:05 +00:00 committed by Git OBS Bridge
parent 93e1681a29
commit 38f9244458
2 changed files with 7 additions and 1 deletions

View File

@ -127,7 +127,7 @@ index 5761d1636..768866abe 100755
}
_sp_multi_pathadd MODULEPATH "$_sp_tcl_roots"
++export SPACK_ROOT=@@_prefix@@
+export SPACK_ROOT=@@_prefix@@
+
+
# Add programmable tab completion for Bash

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 2 14:04:26 UTC 2021 - Antoine Ginies <aginies@suse.com>
- fix typo to export prefix in patch:
Adapt-shell-scripts-that-set-up-the-environment-for-different-shells.patch
-------------------------------------------------------------------
Tue May 25 08:55:42 UTC 2021 - Christian Goll <cgoll@suse.com>