Skip to content

Commit 29817c7

Browse files
committed
Revert "Fix build"
This reverts commit 47d83e8.
1 parent 47d83e8 commit 29817c7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build_files/shared/clean-stage.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,4 @@ dnf5 -y clean all
1818
# Remove any leftover build artifacts
1919
rm -rf /tmp/* 2>/dev/null || true
2020

21-
# Fix /var/run - must be a symlink to /run for bootc
22-
# Some packages (like audit) create /var/run as a directory
23-
echo "Ensuring /var/run is a symlink..."
24-
rm -rf /var/run && ln -s ../run /var/run
25-
2621
echo "Cleanup complete"

0 commit comments

Comments
 (0)