summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin/default.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-07-12 22:00:35 +0000
committerLudovic Courtès <ludo@gnu.org>2009-07-12 22:00:35 +0000
commit3a4ba343a4b0234920d562b2475cbfe5283f544f (patch)
tree07266ad4b0da30b98d9fe3127033f32dadb46571 /pkgs/applications/graphics/hugin/default.nix
parentb69be987c0ae9505ae0a1f0000da602cba63b610 (diff)
downloadnixpkgs-3a4ba343a4b0234920d562b2475cbfe5283f544f.tar
nixpkgs-3a4ba343a4b0234920d562b2475cbfe5283f544f.tar.gz
nixpkgs-3a4ba343a4b0234920d562b2475cbfe5283f544f.tar.bz2
nixpkgs-3a4ba343a4b0234920d562b2475cbfe5283f544f.tar.lz
nixpkgs-3a4ba343a4b0234920d562b2475cbfe5283f544f.tar.xz
nixpkgs-3a4ba343a4b0234920d562b2475cbfe5283f544f.tar.zst
nixpkgs-3a4ba343a4b0234920d562b2475cbfe5283f544f.zip
Hugin: Fix typo stealthily introduced in r15692.
svn path=/nixpkgs/trunk/; revision=16332
Diffstat (limited to 'pkgs/applications/graphics/hugin/default.nix')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index c0ce7f15c90..92156959750 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 = {