#945 closed defect (fixed)
--localstatedir configure option missing in libgnome-2.6.1.1 instructions
Reported by: | Nico R. | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Line 54 of libgnome/gnome-score.c in the libgnome-2.6.1.1 tree: #define SCORE_PATH LIBGNOME_LOCALSTATEDIR "/games" LIBGNOME_LOCALSTATEDIR is taken from the --localstatedir configure parameter. With current instructions, it defaults to /usr/var, which is wrong. We should add
--localstatedir=/var
to the configure command. This is also true for libgnome-2.6.1.2 if the update is made.
Note:
See TracTickets
for help on using tickets.
Actually, adding --localstatedir=/var/lib makes the libgnome and Gnome games packages work together and properly record high scores. Added this parameter to the libgnome instructions.