Hi,

the new debian package builds out of tree (in order to build two variants of
rakarrack). It looks like that this is part of this bug. After some
trial-and-error, I think the generated config.h in the out-of-tree directory
doesn't get picked up. I don't have any clue yet, why.

One workaround is to simply change src/config.h with the desired prefix, patch
attached. However that certainly is the real fix.

Ryan (CC'd), maybe you have some more clues?

Cheers,
  Stefan.
--- config.h	2011-07-08 23:49:38.732024041 +0200
+++ rakarrack-0.6.1/src/config.h	2010-11-03 18:30:02.000000000 +0100
@@ -5,7 +5,7 @@
 /* #undef CLOSEDIR_VOID */
 
 /* DATADIR */
-#define DATADIR "/usr/share/rakarrack"
+#define DATADIR "/usr/local/share/rakarrack"
 
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    */
@@ -108,7 +108,7 @@
 #define HAVE__BOOL 1
 
 /* HELPDIR */
-#define HELPDIR "/usr/share/doc/rakarrack"
+#define HELPDIR "/usr/local/share/doc/rakarrack"
 
 /* Name of package */
 #define PACKAGE "rakarrack"
@@ -132,7 +132,7 @@
 #define PACKAGE_VERSION "0.6.1"
 
 /* Install prefix */
-#define PREFIX "/usr"
+#define PREFIX "/usr/local"
 
 /* Define to the type of arg 1 for `select'. */
 #define SELECT_TYPE_ARG1 int

Attachment: signature.asc
Description: Digital signature

Reply via email to