coreutils: use symlinks instead of shell wrapper

This commit is contained in:
Daiderd Jordan
2016-07-09 16:47:54 +02:00
committed by Vladimír Čunát
parent 70ef8a10eb
commit b7c134358d
+1 -1
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;