summary refs log tree commit diff
path: root/pkgs/applications/graphics/f-spot/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/f-spot/builder.sh')
-rw-r--r--pkgs/applications/graphics/f-spot/builder.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/f-spot/builder.sh b/pkgs/applications/graphics/f-spot/builder.sh
index 88ab8810e74f..bf7d9244ce9d 100644
--- a/pkgs/applications/graphics/f-spot/builder.sh
+++ b/pkgs/applications/graphics/f-spot/builder.sh
@@ -10,10 +10,10 @@ postInstall() {
         echo "wrapping $(basename $i)"
         # !!! TODO: figure out the MONO_GAC_PREFIX automatically
         makeWrapper "$i" "$out/bin/$(basename $i)" \
-            --suffix PATH ':' "$(dirname $(type -p mono))" \
-            --suffix LD_LIBRARY_PATH ':' "$sqlite/lib" \
-            --suffix LD_LIBRARY_PATH ':' "$libgnomeui/lib/libglade/2.0" \
-            --suffix MONO_GAC_PREFIX ':' "$gtksharp"
+            --prefix PATH ':' "$(dirname $(type -p mono))" \
+            --prefix LD_LIBRARY_PATH ':' "$sqlite/lib" \
+            --prefix LD_LIBRARY_PATH ':' "$libgnomeui/lib/libglade/2.0" \
+            --prefix MONO_GAC_PREFIX ':' "$gtksharp"
     done
     
     # !!! hack