mirror of https://github.com/OpenIPC/firmware.git
[no ci] imp-control: update file permissions (#1161)
parent
aa77c6ec31
commit
e91b188661
|
@ -15,7 +15,7 @@ endef
|
||||||
|
|
||||||
define INGENIC_LIBIMP_CONTROL_INSTALL_TARGET_CMDS
|
define INGENIC_LIBIMP_CONTROL_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -D -m 0755 $(@D)/libimp_control.so $(TARGET_DIR)/usr/lib
|
$(INSTALL) -D -m 0755 $(@D)/libimp_control.so $(TARGET_DIR)/usr/lib
|
||||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/sbin $(INGENIC_LIBIMP_CONTROL_PKGDIR)/src/imp-control.sh
|
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/sbin $(INGENIC_LIBIMP_CONTROL_PKGDIR)/src/imp-control.sh
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue