ports/x11/openbox/patches/patch-data_autostart_autostart_in

14 lines
497 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- data/autostart/autostart.in.orig Sun Oct 30 16:42:22 2011
+++ data/autostart/autostart.in Sun Oct 30 16:42:45 2011
@@ -6,8 +6,8 @@
# If you want to use GNOME config tools...
#
-#if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
-# @libexecdir@/gnome-settings-daemon &
+#if test -x ${LOCALBASE}/libexec/gnome-settings-daemon >/dev/null; then
+# ${LOCALBASE}/libexec/gnome-settings-daemon &
#elif which gnome-settings-daemon >/dev/null; then
# gnome-settings-daemon &
#fi