summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-12 23:41:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-12 23:41:19 +0200
commite11bca320a347adafc438774c58c6ccfce9362bd (patch)
treecbaee1e5f68dfd9093e96228db8698743eeb1ab7 /package
parentf677f7bf63ea198117774e46830060520a59b2a6 (diff)
startx expected /usr/bin/mcookie
Diffstat (limited to 'package')
-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 06d320cb3..5e8f57851 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.40.2
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3
PKG_DESCR:= basic utilities
PKG_SECTION:= base/apps
@@ -162,8 +162,8 @@ mount-install:
$(INSTALL_BIN) $(WRKINST)/usr/bin/{u,}mount $(IDIR_MOUNT)/bin
mcookie-install:
- $(INSTALL_DIR) $(IDIR_MCOOKIE)/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/mcookie $(IDIR_MCOOKIE)/bin
+ $(INSTALL_DIR) $(IDIR_MCOOKIE)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/mcookie $(IDIR_MCOOKIE)/usr/bin
libuuid-install:
$(INSTALL_DIR) $(IDIR_LIBUUID)/usr/lib