summaryrefslogtreecommitdiffstats
path: root/rules/hotplug.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-04-26 11:39:14 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-04-26 11:39:14 +0000
commite1c9709939f92015b919ee8e5461905a43f9e15d (patch)
tree5226a156a6bfb2921bb6f9fa028f201be8fe48f7 /rules/hotplug.make
parentecf5fb67625ea32cbdffdd7caba1d07b6e97fc8d (diff)
downloadptxdist-e1c9709939f92015b919ee8e5461905a43f9e15d.tar.gz
ptxdist-e1c9709939f92015b919ee8e5461905a43f9e15d.tar.xz
fixed permissions for directories
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2519 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/hotplug.make')
-rw-r--r--rules/hotplug.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/hotplug.make b/rules/hotplug.make
index bcac8bc6d..becbbe88b 100644
--- a/rules/hotplug.make
+++ b/rules/hotplug.make
@@ -125,7 +125,7 @@ ifdef PTXCONF_HOTPLUG_BLACKLIST
endif
ifdef PTXCONF_HOTPLUG_FIRMWARE
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/firmware.agent, /etc/hotplug/firmware.agent, n)
- @$(call install_copy, 0, 0, 0644, /usr/lib/hotplug/firmware)
+ @$(call install_copy, 0, 0, 0755, /usr/lib/hotplug/firmware)
endif
ifdef PTXCONF_HOTPLUG_IEEE1394
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/ieee1394.agent, /etc/hotplug/ieee1394.agent, n)
@@ -136,7 +136,7 @@ endif
ifdef PTXCONF_HOTPLUG_PCI
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/pci.agent, /etc/hotplug/pci.agent, n)
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/pci.rc, /etc/hotplug/pci.rc, n)
- @$(call install_copy, 0, 0, 0644, /etc/hotplug/pci)
+ @$(call install_copy, 0, 0, 0755, /etc/hotplug/pci)
endif
ifdef PTXCONF_HOTPLUG_SCSI
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/scsi.agent, /etc/hotplug/scsi.agent, n)
@@ -147,7 +147,7 @@ ifdef PTXCONF_HOTPLUG_USB
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/usb.handmap, /etc/hotplug/usb.handmap, n)
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/usb.usermap, /etc/hotplug/usb.usermap, n)
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/usb.rc, /etc/hotplug/usb.rc, n)
- @$(call install_copy, 0, 0, 0644, /etc/hotplug/usb.d)
+ @$(call install_copy, 0, 0, 0755, /etc/hotplug/usb.d)
endif
ifdef PTXCONF_HOTPLUG_INPUT
@$(call install_copy, 0, 0, 0644, $(HOTPLUG_DIR)/etc/hotplug/input.agent, /etc/hotplug/input.agent, n)