Skip to content

Commit

Permalink
Fix dpkg-deb control folder permission issue in some build env
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Dec 18, 2020
1 parent 1b95b65 commit e89c187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic-build-hooks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ DEPENDS := $(shell find scripts hooks debian -type f)
$(SONIC_BUILD_HOOKS_TARGET): $(DEPENDS)
@rm -rf $(BUILDINFO_DIR)/$(SONIC_BUILD_HOOKS) $(TMP_DIR)
@mkdir -p $(DEBIAN_DIR) $(SCRIPTS_PATH) $(HOOKS_PATH) $(SYMBOL_LINK_PATH) $(TRUSTED_GPG_PATH) $(BUILDINFO_DIR)
@chmod 0775 $(DEBIAN_DIR)
@cp debian/* $(DEBIAN_DIR)/
@cp scripts/* $(SCRIPTS_PATH)/
@cp hooks/* $(HOOKS_PATH)/
Expand Down

0 comments on commit e89c187

Please sign in to comment.