blob: 6b15b381df336ae60dd23e15fd92909a7f5c24a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- cmake-modules/FindSystemConfigPrinter.py.orig 2008-09-13 12:13:57.000000000 +0400
+++ cmake-modules/FindSystemConfigPrinter.py 2009-05-04 21:27:40.000000000 +0400
@@ -4,7 +4,7 @@
import sys
-SYSTEM_CONFIG_PRINTER_DIR = "/usr/share/system-config-printer"
+SYSTEM_CONFIG_PRINTER_DIR = "%%LOCALBASE%%/share/system-config-printer"
sys.path.append (SYSTEM_CONFIG_PRINTER_DIR)
try:
|