Skip to content

Commit 7e51f0c

Browse files
committed
ensure linux binaries built in container have mode 755 instead of 700
closes #28, closes #29
1 parent 2b85d40 commit 7e51f0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## unreleased
44

5+
* Ensure linux binaries built in container have mode `755` instead of `700` [#28](https://github.com/toy/image_optim_pack/issues/28) [#29](https://github.com/toy/image_optim_pack/issues/29) [@toy](https://github.com/toy)
6+
57
## v0.11.1.20250125 (2025-01-25)
68

79
* libpng 1.6.46 [@toy](https://github.com/toy)

script/run

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ container_build() {
116116
make $MAKE_TASK
117117
"
118118

119+
chmod 755 vendor/$vm/*
120+
119121
[[ -n "$NO_HALT" ]] || "$container_tool" container stop "$container_name"
120122
}
121123

0 commit comments

Comments
 (0)