dkms mkdsc template should not change access rights of upstream source
Bug #582670 reported by
Steffen Barszus
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DKMS |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The Makefile of the mkdsk/mkdeb template is changing the accessrights in the source to 644.
template-
...
#source tree
ifeq ("$(wildcard $(NAME)
install -d "$(SRC)"
cp -a $(NAME)-$(VERSION) $(SRC)
chmod 644 -R "$(SRC)
endif
should be
#source tree
ifeq ("$(wildcard $(NAME)
install -d "$(SRC)"
cp -a $(NAME)-$(VERSION) $(SRC)
endif
The Makefile should not touch accessrights, causing breakage of the build, in case executables in the source are required for the build.
Related branches
Changed in dkms: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in 6a5b329a96635dd ff4be79fafa78bd 71f270919e