Codebase list unrtf / 3d7bd49 debian / patches / 0002-Get-fully-rid-of-hardcoded-local-lib-paths.patch
3d7bd49

Tree @3d7bd49 (Download .tar.gz)

0002-Get-fully-rid-of-hardcoded-local-lib-paths.patch @3d7bd49raw · history · blame

From: Willi Mann <willi@wm1.at>
Date: Wed, 26 Dec 2012 10:03:47 +0100
Subject: Get fully rid of hardcoded local/lib paths

---
 src/path.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/path.h b/src/path.h
index e38f52e..00be872 100644
--- a/src/path.h
+++ b/src/path.h
@@ -1,6 +1,7 @@
 #ifndef _PATH_H_INCLUDED_
 #define _PATH_H_INCLUDED_
 
+#define DEFAULT_UNRTF_SEARCH_PATH	PKGDATADIR "/"
 #define DEFAULT_UNRTF_SEARCH_PATH       CONFIG_DIR
 
 extern char *search_path;