coreutils: use symlinks instead of shell wrapper

This commit is contained in:
Daiderd Jordan 2016-07-05 20:51:24 +02:00 committed by Vladimír Čunát
parent 70ef8a10eb
commit b7c134358d

View file

@ -3,7 +3,7 @@
, selinuxSupport? false, libselinux ? null, libsepol ? null
, autoconf, automake114x, texinfo
, withPrefix ? false
, singleBinary ? true # you can also pass "symlinks", for example
, singleBinary ? "symlinks" # you can also pass "shebangs" or false
}:
assert aclSupport -> acl != null;