mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Remove unnecessary permission from auto-test script
This commit is contained in:
parent
bca3e81151
commit
d77108f56a
@ -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