From: Daniel F. Dickinson Date: Mon, 27 Aug 2018 20:36:17 +0000 (-0400) Subject: nut: Remove duplicate/extraneous lines X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1b6dbe7a7b02501679db4e2dd020f6ecbc571c07;p=openwrt-packages.git nut: Remove duplicate/extraneous lines Removes a duplicate directory creation and a stray newline. Signed-off-by: Daniel F. Dickinson --- diff --git a/net/nut/Makefile b/net/nut/Makefile index 44fe0e41c..c10184275 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -68,7 +68,6 @@ define Package/nut-server/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/usr/share/nut - $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/nut-server.init $(1)/etc/init.d/nut-server $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/upsd $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/nut/cmdvartab $(1)/usr/share/nut/ @@ -99,7 +98,6 @@ define Package/nut-common +NUT_DRIVER_SNMP:libnetsnmp \ +NUT_DRIVER_USB:libusb-compat \ +NUT_SSL:libopenssl - endef define Package/nut-common/description