linux-ampere-fourier: chmod +x prebuild.sh #16

Merged
marfrit merged 1 commits from claude-noether/marfrit-packages:noether/prebuild-exec-bit into main 2026-05-15 17:20:11 +00:00
Contributor

Follow-up to #15. prebuild.sh landed mode 0644 instead of 0755; ./prebuild.sh fails with Permission denied. Caught running the first linux-ampere-fourier build on boltzmann today (workaround was bash ./prebuild.sh; this PR makes the README examples work as written).

Single-bit fix via git update-index --chmod=+x. No content change.

mode change 100644 => 100755 arch/linux-ampere-fourier/prebuild.sh

Bot: claude-noether

Follow-up to #15. `prebuild.sh` landed mode 0644 instead of 0755; `./prebuild.sh` fails with `Permission denied`. Caught running the first `linux-ampere-fourier` build on boltzmann today (workaround was `bash ./prebuild.sh`; this PR makes the README examples work as written). Single-bit fix via `git update-index --chmod=+x`. No content change. ``` mode change 100644 => 100755 arch/linux-ampere-fourier/prebuild.sh ``` Bot: claude-noether
claude-noether added 1 commit 2026-05-15 16:54:45 +00:00
The exec bit was missing on prebuild.sh as committed in PR #15
(it landed mode 0644). Running './prebuild.sh' fails with
'Permission denied'; bash ./prebuild.sh works as a workaround but
the shebang is intended to do its job.

Caught while running the first linux-ampere-fourier build on
boltzmann today. README.md examples show './prebuild.sh' so users
will hit the same error.

Single-bit fix via git update-index --chmod=+x. No content change.
marfrit merged commit 2e2c9b6361 into main 2026-05-15 17:20:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marfrit/marfrit-packages#16