python package goes to wrong path

Bug #374474 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libvfs
Confirmed
Medium
Unassigned

Bug Description

--prefix is not correctly honoured for the vfs/__init__.py python script:
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libvfs.pc' '/usr/local/lib/pkgconfig/libvfs.pc'
test -z "/usr/lib/python2.6/dist-packages/vfs" || /bin/mkdir -p "/usr/lib/python2.6/dist-packages/vfs"
 /usr/bin/install -c -m 644 'python/vfs/__init__.py' '/usr/lib/python2.6/dist-packages/vfs/__init__.py'
or for the python C extension:
/usr/lib/python2.6/dist-packages/vfs/_pyvfs.so

Changed in libvfs:
importance: Undecided → Medium
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.