nut: Remove duplicate/extraneous lines
Removes a duplicate directory creation and a stray newline. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
parent
df6beaa2ea
commit
1b6dbe7a7b
1 changed files with 0 additions and 2 deletions
|
@ -68,7 +68,6 @@ define Package/nut-server/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_DIR) $(1)/usr/share/nut
|
$(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) ./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/sbin/upsd $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/nut/cmdvartab $(1)/usr/share/nut/
|
$(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_SNMP:libnetsnmp \
|
||||||
+NUT_DRIVER_USB:libusb-compat \
|
+NUT_DRIVER_USB:libusb-compat \
|
||||||
+NUT_SSL:libopenssl
|
+NUT_SSL:libopenssl
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nut-common/description
|
define Package/nut-common/description
|
||||||
|
|
Loading…
Reference in a new issue