udev: fix rules permissions
This commit is contained in:
parent
9fae405df2
commit
66fcc79706
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -141,7 +141,7 @@ install:
|
||||||
# Install udev rules and scripts
|
# Install udev rules and scripts
|
||||||
install -m 755 -d $(DESTDIR)/lib/udev/rules.d
|
install -m 755 -d $(DESTDIR)/lib/udev/rules.d
|
||||||
for file in $(FILES_udev_rules); do \
|
for file in $(FILES_udev_rules); do \
|
||||||
install -m 0755 $$file $(DESTDIR)/lib/udev/rules.d/; \
|
install -m 0644 $$file $(DESTDIR)/lib/udev/rules.d/; \
|
||||||
done
|
done
|
||||||
for file in $(FILES_udev_scripts); do \
|
for file in $(FILES_udev_scripts); do \
|
||||||
install -m 0755 $$file $(DESTDIR)/lib/udev/; \
|
install -m 0755 $$file $(DESTDIR)/lib/udev/; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue