i2pd: add missing INSTALL_DATA change
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
2039ac1e03
commit
5f81f3f2cc
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=i2pd
|
PKG_NAME:=i2pd
|
||||||
PKG_VERSION:=2.29.0
|
PKG_VERSION:=2.29.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -55,7 +55,7 @@ define Package/i2pd/install
|
||||||
$(INSTALL_DIR) $(1)/usr/share/i2pd
|
$(INSTALL_DIR) $(1)/usr/share/i2pd
|
||||||
$(CP) $(PKG_BUILD_DIR)/contrib/certificates $(1)/usr/share/i2pd
|
$(CP) $(PKG_BUILD_DIR)/contrib/certificates $(1)/usr/share/i2pd
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(INSTALL_CONF) ./files/i2pd.config $(1)/etc/config/i2pd
|
$(INSTALL_DATA) ./files/i2pd.config $(1)/etc/config/i2pd
|
||||||
$(INSTALL_DIR) $(1)/etc/i2pd
|
$(INSTALL_DIR) $(1)/etc/i2pd
|
||||||
$(INSTALL_CONF) $(PKG_BUILD_DIR)/contrib/i2pd.conf $(1)/etc/i2pd
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/contrib/i2pd.conf $(1)/etc/i2pd
|
||||||
$(SED) ' \
|
$(SED) ' \
|
||||||
|
|
Loading…
Reference in a new issue