Fixing up some packaging issues
[gonvert] / support / builddeb.py
index af284ed..9b6f40d 100755 (executable)
@@ -220,7 +220,7 @@ def build_package(distribution):
                        for (oldName, newName) in files
                )
        for relPath, files in unflatten_files(find_files("data", ".")).iteritems():
                        for (oldName, newName) in files
                )
        for relPath, files in unflatten_files(find_files("data", ".")).iteritems():
-               fullPath = "/usr/lib/gonvert"
+               fullPath = "/usr/share/gonvert"
                if relPath:
                        fullPath += os.sep+relPath
                p[fullPath] = list(
                if relPath:
                        fullPath += os.sep+relPath
                p[fullPath] = list(