Skip to content

Commit

Permalink
chore: Update rpm-ostree from main
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Jan 3, 2025
1 parent f2d6adf commit 72bd1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rpm-ostree/rpm-ostree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ ${#OPTFIX[@]} -gt 0 ]]; then
echo "Creating symlinks to fix packages that install to /opt"
# Create symlink for /opt to /var/opt since it is not created in the image yet
mkdir -p "/var/opt"
ln -snf "/var/opt" "/opt"
ln -fs "/var/opt" "/opt"


# Create symlinks for each directory specified in recipe.yml
Expand Down

0 comments on commit 72bd1db

Please sign in to comment.