Skip to content

Commit

Permalink
i think the path was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 16, 2024
1 parent e859c78 commit f72df8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opengl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
set -u
set -e

packages_file=$(spack location -r)/spack/etc/spack/packages.yaml
packages_file=$(spack location -r)/etc/spack/packages.yaml
echo "Packages file: $packages_file"
stat "$packages_file" || true
mkdir -p $(dirname "$packages_file")

if ! command -v sudo &> /dev/null
then
Expand Down

0 comments on commit f72df8f

Please sign in to comment.