summaryrefslogtreecommitdiff
path: root/package/util-linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-13 06:05:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-13 06:05:35 +0100
commit247d51e91caae6499f7e739a37064354ab790f66 (patch)
tree315478eb876db46982e0b72c9a00aa09669a2ea7 /package/util-linux
parent90f4b4f420e94c45baae86507dbcb46be85510df (diff)
startx uses /bin/mcookie
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index f69ca613c..22214a963 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= util-linux
PKG_VERSION:= 2.36
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1
PKG_DESCR:= basic utilities
PKG_SECTION:= base/apps
@@ -151,8 +151,8 @@ mount-install:
$(INSTALL_BIN) $(WRKINST)/usr/bin/{u,}mount $(IDIR_MOUNT)/bin
mcookie-install:
- $(INSTALL_DIR) $(IDIR_MCOOKIE)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/mcookie $(IDIR_MCOOKIE)/usr/bin
+ $(INSTALL_DIR) $(IDIR_MCOOKIE)/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/mcookie $(IDIR_MCOOKIE)/bin
libuuid-install:
$(INSTALL_DIR) $(IDIR_LIBUUID)/usr/lib