luci-app-ssr-plus: fix typo error

This commit is contained in:
CN_SZTL 2020-04-14 22:24:29 +08:00
parent a092c7d12b
commit 03349e33a9
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -96,7 +96,7 @@ define Package/$(PKG_NAME)/install
$(INSTALL_DATA) ./root/usr/share/shadowsocksr/*.lua $(1)/usr/share/shadowsocksr/
$(INSTALL_DIR) $(1)/usr/share/rpcd/acl.d
$(INSTALL_DATA) ./root/usr/share/rpcd/acl.d/*.json /usr/share/rpcd/acl.d/
$(INSTALL_DATA) ./root/usr/share/rpcd/acl.d/*.json $(1)/usr/share/rpcd/acl.d/
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/controller
$(INSTALL_DATA) ./luasrc/controller/*.lua $(1)/usr/lib/lua/luci/controller/