Description: Patch to set proper data paths
 By default itksnap wants all data to be relavtive to its install directory.
 On Debian systems, however, it is located in /usr/share/itksnap.
Forwarded: not-needed
Author: Michael Hanke <michael.hanke@gmail.com>
--- a/Common/SystemInterface.cxx
+++ b/Common/SystemInterface.cxx
@@ -221,7 +221,7 @@
     vPathList.push_back(
        SystemTools::GetFilenamePath(
          SystemTools::GetFilenamePath(sExeFullPath)) + 
-       "/share/snap/ProgramData");
+       "/share/itksnap/ProgramData");
 
     // Search for the token file in the path list
     StringType sFoundFile = 
