luci-app-openclash: fix typo
This commit is contained in:
parent
89dc675477
commit
cd65baf6e3
@ -26,7 +26,7 @@ define Package/$(PKG_NAME)/postinst
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
$(foreach po,$(wildcard ${CURDIR}/i18n/zh_Hans/*.po), \
|
||||
$(foreach po,$(wildcard ${CURDIR}/po/zh_Hans/*.po), \
|
||||
po2lmo $(po) $(PKG_BUILD_DIR)/$(patsubst %.po,%.lmo,$(notdir $(po)));)
|
||||
chmod 0755 ${CURDIR}/files/etc/init.d/openclash
|
||||
chmod -R 0755 ${CURDIR}/files/usr/share/openclash/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user