mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-02 19:10:49 -05:00
Install Python script as executable
This makes it a tiny bit easier to develop on the device because we can execute the script directly rather than having to prefix it.
This commit is contained in:
parent
259bffc515
commit
b15a9390ec
1
Makefile
1
Makefile
@ -33,6 +33,7 @@ define Package/blue-merle/install
|
||||
$(INSTALL_BIN) ./files/lib/blue-merle/mac-wipe.sh $(1)/lib/blue-merle/mac-wipe.sh
|
||||
$(INSTALL_BIN) ./files/usr/bin/blue-merle $(1)/usr/bin/blue-merle
|
||||
$(INSTALL_BIN) ./files/usr/libexec/blue-merle $(1)/usr/libexec/blue-merle
|
||||
$(INSTALL_BIN) ./files/lib/blue-merle/imei_generate.py $(1)/lib/blue-merle/imei_generate.py
|
||||
endef
|
||||
|
||||
define Package/blue-merle/preinst
|
||||
|
Loading…
Reference in New Issue
Block a user