Skip to content

Commit

Permalink
Remove chmod (this is preventing dkms scripts from running as it remo…
Browse files Browse the repository at this point in the history
…ves executable bit)
  • Loading branch information
cardigliano committed Oct 20, 2023
1 parent 7b6545e commit 4917769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/intel/zc-dkms-mkdeb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
ifeq ("$(wildcard $(NAME)-$(VERSION))", "$(NAME)-$(VERSION)")
install -d "$(SRC)"
cp -a $(NAME)-$(VERSION) $(SRC)
chmod 644 -R "$(SRC)/$(NAME)-$(VERSION)"
#chmod 644 -R "$(SRC)/$(NAME)-$(VERSION)"
endif

#tarball, possibly with binaries
Expand Down

0 comments on commit 4917769

Please sign in to comment.