diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-21 12:28:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-21 12:28:24 +0300 |
commit | bf40485b83866f734dd543439629fd758f510345 (patch) | |
tree | 2792ec0d98fdcb1199ddf164f4ef8f4fb566da91 /core/util-linux/build | |
parent | f52573120aad15fe09469f95e3fe5cdeca950aa6 (diff) | |
download | repository-bf40485b83866f734dd543439629fd758f510345.tar.gz |
util-linux: bump to 2.35.2
Diffstat (limited to 'core/util-linux/build')
-rwxr-xr-x | core/util-linux/build | 2 |
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" |