From 0e4f418766d8d7c83bfbe1846f32c01575822c86 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Tue, 11 Sep 2012 02:14:47 +0800 Subject: [PATCH] add pdf2htmlEX-config.h --- src/include/pdf2htmlEX-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/pdf2htmlEX-config.h b/src/include/pdf2htmlEX-config.h index b70ba4e..5503307 100644 --- a/src/include/pdf2htmlEX-config.h +++ b/src/include/pdf2htmlEX-config.h @@ -12,8 +12,8 @@ #include static const std::string PDF2HTMLEX_VERSION = "0.3"; -static const std::string PDF2HTMLEX_PREFIX = "/usr"; -static const std::string PDF2HTMLEX_DATA_PATH = "/usr""/share/pdf2htmlEX"; +static const std::string PDF2HTMLEX_PREFIX = "/usr/local"; +static const std::string PDF2HTMLEX_DATA_PATH = "/usr/local""/share/pdf2htmlEX"; #endif //PDF2HTMLEX_CONFIG_H__