mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
sshtunnel: correct access of config file
With this change the `/etc/config/sshtunnel` file has the correct access. It's a sensible file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=sshtunnel
|
PKG_NAME:=sshtunnel
|
||||||
PKG_VERSION:=4
|
PKG_VERSION:=4
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
|
||||||
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
|
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
|
||||||
@@ -40,7 +40,7 @@ define Package/sshtunnel/install
|
|||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) ./files/sshtunnel.init $(1)/etc/init.d/sshtunnel
|
$(INSTALL_BIN) ./files/sshtunnel.init $(1)/etc/init.d/sshtunnel
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(INSTALL_DATA) ./files/uci_sshtunnel $(1)/etc/config/sshtunnel
|
$(INSTALL_CONF) ./files/uci_sshtunnel $(1)/etc/config/sshtunnel
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,sshtunnel))
|
$(eval $(call BuildPackage,sshtunnel))
|
||||||
|
|||||||
Reference in New Issue
Block a user