coreutils: use symlinks instead of shell wrapper
This commit is contained in:
parent
70ef8a10eb
commit
b7c134358d
@ -3,7 +3,7 @@
|
|||||||
, selinuxSupport? false, libselinux ? null, libsepol ? null
|
, selinuxSupport? false, libselinux ? null, libsepol ? null
|
||||||
, autoconf, automake114x, texinfo
|
, autoconf, automake114x, texinfo
|
||||||
, withPrefix ? false
|
, withPrefix ? false
|
||||||
, singleBinary ? true # you can also pass "symlinks", for example
|
, singleBinary ? "symlinks" # you can also pass "shebangs" or false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert aclSupport -> acl != null;
|
assert aclSupport -> acl != null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user