Hugin: Fix typo stealthily introduced in r15692.

svn path=/nixpkgs/trunk/; revision=16332
This commit is contained in:
Ludovic Courtès 2009-07-12 22:00:35 +00:00
parent b69be987c0
commit 3a4ba343a4

View File

@ -37,8 +37,8 @@ stdenv.mkDerivation {
set +x set +x
''; '';
postInstall = '' postInstall = ''
ensureDir $out/nix-support ensureDir "$out/nix-support"
echo ${enblendenfuse} ${autopanosiftc} > $out/nix-support/$out/nix-support/propagated-user-env-packages echo "${enblendenfuse} ${autopanosiftc}" > $out/nix-support/propagated-user-env-packages
''; '';
meta = { meta = {