summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 80e07b27..7ac90466 100644
--- a/main.c
+++ b/main.c
@@ -599,6 +599,8 @@ main (int argc, char *argv[]) {
e--;
}
*e = 0;
+#else
+ strcpy (dbinstalldir, PREFIX);
#endif
#ifdef __linux__