obudpst: install as udpst

This commit is contained in:
Sukru Senli 2021-10-06 18:48:39 +02:00
parent b66ade378a
commit d298757300

View file

@ -36,7 +36,7 @@ endef
define Package/obudpst/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/udpst $(1)/usr/sbin/obudpst
$(INSTALL_BIN) $(PKG_BUILD_DIR)/udpst $(1)/usr/sbin/udpst
endef
$(eval $(call BuildPackage,obudpst))