blob: f208be07b2255477fa8099c48f0ec0078d2487ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/sysdep/generic/unix/os_dep.c.orig Fri Apr 14 15:02:21 2000
+++ lib/sysdep/generic/unix/os_dep.c Mon Apr 17 23:40:15 2000
@@ -29,7 +29,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#define LIBDIR "/usr/lib"
+#define LIBDIR "%%PREFIX%%/share/biew"
static char _ini_name[FILENAME_MAX + 1];
static char _rc_dir_name[FILENAME_MAX + 1];
|