diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-28 22:03:59 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-28 22:03:59 +0000 |
commit | ad336c071f05fa950806f6e9124c5489a665b39f (patch) | |
tree | 76c99325be3dfd31f6cbfff54eecc86d870d2a2a /x11-wm/openbox | |
parent | a0e1dc9718e78b7e9d9f500a14dfcf4714606750 (diff) | |
download | ports-ad336c071f05fa950806f6e9124c5489a665b39f.tar.gz ports-ad336c071f05fa950806f6e9124c5489a665b39f.zip |
Notes
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/files/patch-util::bsetbg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/openbox/files/patch-util::bsetbg b/x11-wm/openbox/files/patch-util::bsetbg new file mode 100644 index 000000000000..a7183a26b232 --- /dev/null +++ b/x11-wm/openbox/files/patch-util::bsetbg @@ -0,0 +1,11 @@ +--- util/bsetbg.orig Mon Jan 28 16:53:53 2002 ++++ util/bsetbg Mon Jan 28 16:54:10 2002 +@@ -602,7 +602,7 @@ + VERSION=1.12 + MORE="(C) 2000 by lordzork industries (http://lordzork.com/)" + PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin +-TMPFILE=`tempfile --prefix=bsetbg` ++TMPFILE=`mktemp -t bsetbg` + ARGUMENT=$1 + + |