nut: Remove duplicate/extraneous lines
authorDaniel F. Dickinson <redacted>
Mon, 27 Aug 2018 20:36:17 +0000 (16:36 -0400)
committerDaniel F. Dickinson <redacted>
Wed, 29 Aug 2018 04:35:05 +0000 (00:35 -0400)
Removes a duplicate directory creation and a stray newline.

Signed-off-by: Daniel F. Dickinson <redacted>
net/nut/Makefile

index 44fe0e41c9ca498348fd4e096a3473a3efc7bf87..c10184275fb28a11e81d323e36894efc1e9b7f31 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT