mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
build-support/source-tarball.nix: fix syntax highlighting in Emacs
This commit is contained in:
parent
62900b026b
commit
5ff34bac8c
@ -66,7 +66,7 @@ stdenv.mkDerivation (
|
||||
KEEPBUILDDIR="$out/`basename $TMPDIR`"
|
||||
header "Copying build directory to $KEEPBUILDDIR"
|
||||
mkdir -p $KEEPBUILDDIR
|
||||
cp -R $TMPDIR/* $KEEPBUILDDIR
|
||||
cp -R "$TMPDIR/"* $KEEPBUILDDIR
|
||||
stopNest
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user