tgt: fix packaging of config and initscript
authorMaxim Storchak <redacted>
Fri, 15 Mar 2019 15:07:49 +0000 (17:07 +0200)
committerMaxim Storchak <redacted>
Fri, 15 Mar 2019 15:07:49 +0000 (17:07 +0200)
Signed-off-by: Maxim Storchak <redacted>
net/tgt/Makefile

index 3f55bcdadd6cb278129bbca419d3906754b6fc7a..97f47037245b4d05c860fd2b541230b6da49741d 100644 (file)
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tgt
 PKG_VERSION:=1.0.75
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/fujita/tgt/tar.gz/v$(PKG_VERSION)?
@@ -48,8 +48,8 @@ endef
 
 define Package/tgt/install
        $(INSTALL_DIR) $(1)/etc/config $(1)/etc/init.d $(1)/usr/sbin
-       $(INSTALL_DATA) ./files/tgt.config $(1)/etc/config/
-       $(INSTALL_BIN) ./files/tgt.init $(1)/etc/init.d/
+       $(INSTALL_DATA) ./files/tgt.config $(1)/etc/config/tgt
+       $(INSTALL_BIN) ./files/tgt.init $(1)/etc/init.d/tgt
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tgtd $(PKG_INSTALL_DIR)/usr/sbin/tgtadm $(1)/usr/sbin/
 endef
 
git clone https://git.99rst.org/PROJECT