summaryrefslogtreecommitdiff
path: root/x11/gnome-core/patches
diff options
context:
space:
mode:
authortron <tron>1999-05-13 23:59:34 +0000
committertron <tron>1999-05-13 23:59:34 +0000
commit64af5b5a1fa2fce470b2ecaee9f9301cf7d39b9f (patch)
treec5ea9f54eefcbef05e589f18d6ba9e5d9fbc6d59 /x11/gnome-core/patches
parentadfea03777161bdfda97d6abd09f31453aa3335e (diff)
downloadpkgsrc-64af5b5a1fa2fce470b2ecaee9f9301cf7d39b9f.tar.gz
Use "/bin/sh" not "/bin/bash" to execute "gnome-wm". Problem noted by
Greg Oster in PR pkg/7570.
Diffstat (limited to 'x11/gnome-core/patches')
-rw-r--r--x11/gnome-core/patches/patch-ae10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/gnome-core/patches/patch-ae b/x11/gnome-core/patches/patch-ae
new file mode 100644
index 00000000000..775fd81cd60
--- /dev/null
+++ b/x11/gnome-core/patches/patch-ae
@@ -0,0 +1,10 @@
+$NetBSD: patch-ae,v 1.1 1999/05/13 23:59:34 tron Exp $
+
+--- gsm/gnome-wm.orig Tue Mar 23 23:03:46 1999
++++ gsm/gnome-wm Fri May 14 01:49:52 1999
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ # The user can specify his prefered WM by setting the WINDOW_MANAGER
+ # environment variable.