blob: bf240df716f62196b31ad35543361a4a2255ea1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Description: Debian FHS
Index: libbrand/usr/src/lib/libbrand/common/libbrand_impl.h
===================================================================
--- libbrand.orig/usr/src/lib/libbrand/common/libbrand_impl.h 2012-10-08 04:25:38.000000000 +0400
+++ libbrand/usr/src/lib/libbrand/common/libbrand_impl.h 2012-11-03 23:28:55.437576163 +0400
@@ -42,7 +42,7 @@
xmlDocPtr bh_platform;
};
-#define BRAND_DIR "/usr/lib/brand"
+#define BRAND_DIR "/usr/share/brandz"
#define BRAND_CONFIG "config.xml"
#define BRAND_PLATFORM "platform.xml"
|