mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 21:25:19 -04:00
Fix variable name
This commit is contained in:
parent
807c21bb13
commit
1db0fd39e7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ case "${with_pugixml}" in
|
|||
|
||||
fi
|
||||
echo "Installing from scratch into ${pkg_install_dir}"
|
||||
[ -d pugixml-${pugixml_ver} ] && rm -rf pugixml-${spla_ver}
|
||||
[ -d pugixml-${pugixml_ver} ] && rm -rf pugixml-${pugixml_ver}
|
||||
tar -xzf pugixml-${pugixml_ver}.tar.gz
|
||||
cd pugixml-${pugixml_ver}
|
||||
mkdir -p build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue