From d5fafaf1389241e6c692d466b1907b550aa96375 Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Thu, 11 Jul 2013 16:03:39 +0900 Subject: [PATCH] Move 'mount' command from busybox to util-linux Because of building failure of LLVM package, Moochang Kim (moochang.kim@samsung.com) request to move 'mount' command from buxybox to util-linux. So this work enables 'mount' command in util-linux package. Change-Id: Id33024a72c05b744bb825ed2786fd8e63f7e370e Signed-off-by: Sangjung Woo --- packaging/util-linux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/util-linux.spec b/packaging/util-linux.spec index 15dd490..bbf4d99 100644 --- a/packaging/util-linux.spec +++ b/packaging/util-linux.spec @@ -223,7 +223,7 @@ done /bin/dmesg /bin/findmnt /bin/lsblk -%exclude %attr(4755,root,root) /bin/mount +%attr(4755,root,root) /bin/mount %attr(4755,root,root) /bin/umount /sbin/agetty /sbin/blkid -- 2.7.4