Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 4668185

Browse files
committed
Makefile: chown engine dir during cleanup
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit d2395a3) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 593dcd24b4a3b37f9f7525535689bb61965af241 Component: packaging
1 parent f957acd commit 4668185

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/packaging/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ help: ## show make targets
1313

1414
.PHONY: clean-engine
1515
clean-engine:
16+
[ ! -d $(ENGINE_DIR) ] || docker run --rm -v $(ENGINE_DIR):/v -w /v alpine chown -R $(shell id -u):$(shell id -g) /v
1617
rm -rf $(ENGINE_DIR)
1718

1819
.PHONY: clean

0 commit comments

Comments
 (0)