projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5a704
)
util-linux: remove redundant slashes
author
Wei-Ting Yang
<
[email protected]
>
Fri, 6 Jun 2025 11:58:35 +0000
(19:58 +0800)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 21 Jun 2025 12:04:20 +0000
(14:04 +0200)
Remove redundant slashes.
Signed-off-by: Wei-Ting Yang <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19041
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/utils/util-linux/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/util-linux/Makefile
b/package/utils/util-linux/Makefile
index 9caf587d582376d948ebe998bb9a9e56c15c58d5..d5fef3901800f28ce7ad3847ab9b13a15dbd30df 100644
(file)
--- 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