Skip to content

install.sh: Install executable etc-files correctly #336

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Conversation

donald
Copy link
Collaborator

@donald donald commented Jul 24, 2023

Commit 96c17c9 ("install.sh: Install files from etc/ implicitly") missed the fact, that etc/mxq/gpu-policy is an executable script and should be install with +x.

So check, whether the source file is executable and if so, then install it as executable.

Fixes #335

Commit 96c17c9 ("install.sh: Install files from etc/ implicitly")
missed the fact, that etc/mxq/gpu-policy is an executable script and
should be install with +x.

So check, whether the source file is executable and if so, then install
it as executable.
@donald donald requested a review from thomas July 24, 2023 14:53
@donald donald merged commit 20ed3ef into master Aug 14, 2023
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/etc/mxq/gpu-policy should be executable (as indicated by #! /bin/bash)
1 participant