aboutsummaryrefslogtreecommitdiff
path: root/core/util-linux/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/util-linux/build')
-rwxr-xr-xcore/util-linux/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/util-linux/build b/core/util-linux/build
index 59c6c2b8..721b31df 100755
--- a/core/util-linux/build
+++ b/core/util-linux/build
@@ -22,4 +22,4 @@ make DESTDIR="$1" install
# to the sbindir even when we tell it
# not to.
mv "$1/usr/sbin/"* "$1/usr/bin"
-rm -rf "$1/usr/sbin"
+rmdir "$1/usr/sbin"