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:
sternenseemann 2022-01-08 18:42:30 +01:00
parent d1acd89e01
commit 6ffb6114dc

View file

@ -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; {