mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
heimdal: cosmetic to make syntax highlightig happy
This commit is contained in:
parent
c65a3e198c
commit
243a51b82d
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
# dont succeed with --libexec=$out/sbin, so
|
||||
postInstall = ''
|
||||
mv $out/libexec/* $out/sbin/
|
||||
mv "$out/libexec/"* $out/sbin/
|
||||
rmdir $out/libexec
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue