From 1b6dbe7a7b02501679db4e2dd020f6ecbc571c07 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Mon, 27 Aug 2018 16:36:17 -0400 Subject: [PATCH] nut: Remove duplicate/extraneous lines Removes a duplicate directory creation and a stray newline. Signed-off-by: Daniel F. Dickinson --- net/nut/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/nut/Makefile b/net/nut/Makefile index 44fe0e41c9..c10184275f 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