mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Merge branch 'remove-perm' into 'master'
Remove unnecessary permission from auto-test script See merge request redox-os/redox!2199
This commit is contained in:
commit
affe2ef023
@ -5,7 +5,7 @@ template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
|
||||
cp -rv "${COOKBOOK_RECIPE}/auto-test.ion" "${COOKBOOK_STAGE}/usr/bin/auto-test"
|
||||
chmod a+x "${COOKBOOK_STAGE}/usr/bin/auto-test"
|
||||
chmod +x "${COOKBOOK_STAGE}/usr/bin/auto-test"
|
||||
"""
|
||||
[package]
|
||||
dependencies = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user