From 3a4ba343a4b0234920d562b2475cbfe5283f544f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 12 Jul 2009 22:00:35 +0000 Subject: Hugin: Fix typo stealthily introduced in r15692. svn path=/nixpkgs/trunk/; revision=16332 --- pkgs/applications/graphics/hugin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix index c0ce7f15c90b..921569597508 100644 --- a/pkgs/applications/graphics/hugin/default.nix +++ b/pkgs/applications/graphics/hugin/default.nix @@ -37,8 +37,8 @@ stdenv.mkDerivation { set +x ''; postInstall = '' - ensureDir $out/nix-support - echo ${enblendenfuse} ${autopanosiftc} > $out/nix-support/$out/nix-support/propagated-user-env-packages + ensureDir "$out/nix-support" + echo "${enblendenfuse} ${autopanosiftc}" > $out/nix-support/propagated-user-env-packages ''; meta = { -- cgit 1.4.1