commit b154b585ef4587d53dad50c2dc0350ec3d448780
parent 4ffa44f5de28cfd2f1b98697653f7863b6603074
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Tue, 27 Dec 2011 11:02:57 +0100
added define for the fonts directory
When installed as command line tool you surely don't want the fonts to
be in /usr/bin so we provide a define to change the path of it. Also
changed to a more UNIX-like path define.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ansilove/alconfig.h b/ansilove/alconfig.h
@@ -15,7 +15,9 @@
// configuration defines
#define VERSION "1.0.0"
-#define ANSILOVE_FILES_DIRECTORY "ansis/"
+#define ANSILOVE_FONT_DIRECTORY "/fonts"
+
+#define ANSILOVE_FILES_DIRECTORY "/ansis"
#define ANSILOVE_LOG_FILE "ansilove.log"