mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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 New Issue
Block a user