blob: ab02b84cc6e076def044b64532e5779d1b76401a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1.1.1 2002/02/28 11:29:16 martti Exp $
--- icewmconf.orig Thu Feb 28 10:40:12 2002
+++ icewmconf Thu Feb 28 10:40:58 2002
@@ -241,9 +241,7 @@
}
# load the preferences files
-mergepref "/usr/lib/X11/icewm/preferences" 1
-mergepref "/usr/local/lib/X11/icewm/preferences" 1
-mergepref "/etc/X11/icewm/preferences" 1
+mergepref "PREFIX/lib/X11/icewm/preferences" 1
set dfalt_file "0"
mergepref "[string trim $env(HOME)]/.icewm/preferences" 0
|