diff options
author | martti <martti> | 2002-02-28 11:29:16 +0000 |
---|---|---|
committer | martti <martti> | 2002-02-28 11:29:16 +0000 |
commit | 301811d012820cae2b7689dc5d8ea3e846a10324 (patch) | |
tree | dafeb256f7d9c6286558dd16a327b24c64f9968c /wm/icewmconf/patches | |
parent | b1443d46348057915d8e13b5245cf767d024f00e (diff) | |
download | pkgsrc-301811d012820cae2b7689dc5d8ea3e846a10324.tar.gz |
IceWMConf is a graphical configuration tool for setting and/or changing
your options and settings for IceWM.
Diffstat (limited to 'wm/icewmconf/patches')
-rw-r--r-- | wm/icewmconf/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/icewmconf/patches/patch-aa b/wm/icewmconf/patches/patch-aa new file mode 100644 index 00000000000..ab02b84cc6e --- /dev/null +++ b/wm/icewmconf/patches/patch-aa @@ -0,0 +1,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 + |