fix(metablogizer): Add empty Build/Compile rule for shell-only package
Without this rule, the build system attempts to run 'make' in the build directory, which fails because there's no Makefile there. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f8367fc0a3
commit
06b7a17d84
@ -20,6 +20,9 @@ define Package/secubox-app-metablogizer/description
|
|||||||
KISS ULTIME MODE: One-command DNS + SSL + Mesh workflow.
|
KISS ULTIME MODE: One-command DNS + SSL + Mesh workflow.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/Compile
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/secubox-app-metablogizer/install
|
define Package/secubox-app-metablogizer/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) ./files/usr/sbin/metablogizerctl $(1)/usr/sbin/
|
$(INSTALL_BIN) ./files/usr/sbin/metablogizerctl $(1)/usr/sbin/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user