Fix the install paths of our datafiles in setup.py.
authorChris Larson <clarson@kergoth.com>
Thu, 9 Dec 2004 14:51:34 +0000 (14:51 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 9 Dec 2004 14:51:34 +0000 (14:51 +0000)
setup.py

index f90c3e0..2c5d43b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,8 +22,8 @@ import os, sys
 
 # bbdir = os.path.join(sys.prefix, 'share', 'bitbake')
 # docdir = os.path.join(sys.prefix, 'share', 'doc')
-bbdir = os.path.join('share', 'bitbake')
-docdir = os.path.join('share', 'doc')
+bbdir = os.path.join('bitbake')
+docdir = os.path.join('doc')
 
 def clean_doc(type):
     origpath = os.path.abspath(os.curdir)