loadunimap should use UNIMAPDIR
authorAlexey Gladkov <legion@altlinux.org>
Wed, 2 Apr 2008 14:15:16 +0000 (18:15 +0400)
committerAlexey Gladkov <legion@altlinux.org>
Wed, 2 Apr 2008 14:15:16 +0000 (18:15 +0400)
This fixes bug in commit 5f2bf61426451dbfbfc8ffb17e2fa5cbc5f131c9

Signed-off-by: Alexey Gladkov <legion@altlinux.org>
src/loadunimap.c

index 74eb87a..864a8a6 100644 (file)
@@ -28,8 +28,8 @@
 extern char *progname;
 extern int force;
 
-static char *unidirpath[] = { "", DATADIR "/" TRANSDIR "/", 0 };
-static char *unisuffixes[] = { "", ".sfm", ".uni", 0 };
+static char *unidirpath[] = { "", DATADIR "/" UNIMAPDIR "/", 0 };
+static char *unisuffixes[] = { "", ".uni", ".sfm", 0 };
 
 #ifdef MAIN
 #include "version.h"