From 1248a3ef97cafb85a37e0a29ced40e38261195d2 Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Sat, 26 Mar 2011 11:00:32 +0100
Subject: [PATCH] make sure gradients get staged, too

---
 modules/gfx/pymod/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gfx/pymod/CMakeLists.txt b/modules/gfx/pymod/CMakeLists.txt
index 52eac70f7..f77be27fc 100644
--- a/modules/gfx/pymod/CMakeLists.txt
+++ b/modules/gfx/pymod/CMakeLists.txt
@@ -23,6 +23,6 @@ set(GRADIENT_FILE
   gradients.xml
 )
 copy_if_different("./" "${STAGE_DIR}/share/openstructure/scene" 
-                  "${GRADIENT_FILE}" "PRESET GRADIENTS" _gfx)
+                  "${GRADIENT_FILE}" "PRESET GRADIENTS" _ost_gfx)
                   
 install(FILES ${GRADIENT_FILE} DESTINATION "share/openstructure/scene")
\ No newline at end of file
-- 
GitLab