pslib.config filled with incorrect directories
| Reported by: |
eugene |
Owned by: |
robert.desonia@… |
|
Priority:
|
high
|
Milestone:
|
|
|
Component:
|
build
|
Version:
|
0.8.0
|
|
Severity:
|
normal
|
Keywords:
|
|
|
Cc:
|
|
|
|
pslib.config contains references to system data files. These paths are being
set by configure, but they are being set incorrectly. They point at the
directory in the *source* tree (eg, psLib/share/pslib/foo) rather than the
*install* directory (ie, the value of --datadir).
Change History
(2)
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Changed the makefile to use $datadir instead of $prefix/share. Thanks for the catch.