[openwrt/openwrt] util-linux: remove redundant slashes
LEDE Commits
lede-commits at lists.infradead.org
Sat Jun 21 05:20:21 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/695548128f099a0073619ba112c75f3bf79d8eed
commit 695548128f099a0073619ba112c75f3bf79d8eed
Author: Wei-Ting Yang <williamatcg at gmail.com>
AuthorDate: Fri Jun 6 19:58:35 2025 +0800
util-linux: remove redundant slashes
Remove redundant slashes.
Signed-off-by: Wei-Ting Yang <williamatcg at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19041
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/utils/util-linux/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index 9caf587d58..d5fef39018 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -879,12 +879,12 @@ endef
define Package/uuidd/install
$(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin//uuidd $(1)/usr/sbin/
+ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/uuidd $(1)/usr/sbin/
endef
define Package/uuidgen/install
$(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin//uuidgen $(1)/usr/bin/
+ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uuidgen $(1)/usr/bin/
endef
define Package/wall/install
More information about the lede-commits
mailing list