Browse Source

Merge pull request #13479 from elkablo/master

ctop: fix install phase
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
f4a0346f24
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/ctop/Makefile

+ 1
- 1
utils/ctop/Makefile View File

@ -46,7 +46,7 @@ MAKE_FLAGS += \
define Package/ctop/install
$(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_BIN) $(GO_PKG_BUILD_DIR)/bin/ctop $(1)/usr/sbin/
$(INSTALL_BIN) $(GO_PKG_BUILD_BIN_DIR)/ctop $(1)/usr/sbin/
endef
$(eval $(call BuildPackage,ctop))

Loading…
Cancel
Save