Description: Install in FHS-compliant directories. 
 For some reason, upstream installs in some odd directory. 
 Here, we correct that. 
Author: Luke Faraone <lfaraone@debian.org>

--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 from distutils.core import setup
 import glob
 
-package_prefix = "Lib/site-packages/aiml"
+package_prefix = "share/pyshared/aiml"
 
 setup(name="PyAIML",
     version="0.8.6",
