mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* Explicitly set POSIX compliance level to work around coreutils
maintainer fascism. svn path=/nixpkgs/trunk/; revision=1482
This commit is contained in:
parent
9d688e90a2
commit
aeee7551f0
|
@ -6,6 +6,11 @@ cp $src .
|
|||
bin=`basename $src`
|
||||
chmod u+x $bin
|
||||
|
||||
# This is required because those GNU coreutils fuckers suddenly
|
||||
# removed the `+N' syntax (due to a misguided desire for "standards
|
||||
# compliance"), which the Blackdown installer uses.
|
||||
export _POSIX2_VERSION=199209
|
||||
|
||||
alias more=cat
|
||||
yes yes | ./$bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue