mirror of
https://github.com/openwrt/packages.git
synced 2025-12-15 23:21:19 +00:00
csshnpd: Preserve .atsign directory
Ensure that the default location for atKeys is preserved on upgrade Signed-off-by: Chris Swan <chris@atsign.com>
This commit is contained in:
committed by
Florian Eckert
parent
f2c93e0e25
commit
00b8146bef
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=csshnpd
|
||||
PKG_VERSION:=1.0.13
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-c$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/atsign-foundation/noports/releases/download/c$(PKG_VERSION)
|
||||
@@ -49,6 +49,7 @@ endef
|
||||
|
||||
define Package/csshnpd/conffiles
|
||||
/etc/config/sshnpd
|
||||
/root/.atsign/
|
||||
endef
|
||||
|
||||
define Package/csshnpd/install
|
||||
|
||||
Reference in New Issue
Block a user