gnu-config: make scripts executable
This is quite convenient when using config.guess and config.sub interactively to get a sense of autoconf's mysteries.
This commit is contained in:
parent
d1acd89e01
commit
6ffb6114dc
@ -20,6 +20,8 @@ in stdenv.mkDerivation {
|
||||
mkdir -p $out
|
||||
cp ${configGuess} $out/config.guess
|
||||
cp ${configSub} $out/config.sub
|
||||
|
||||
chmod +x $out/config.*
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user