heimdal: cosmetic to make syntax highlightig happy

This commit is contained in:
Peter Simons 2013-06-06 10:48:32 +02:00
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
'';