blob: ecfd6230c84d74b2579ad58323b2932b64aaafcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./printer-applet/cmake-modules/FindSystemConfigPrinter.py.orig 2008-09-13 12:13:57.000000000 +0400
+++ ./printer-applet/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:
|