124cdc0858
* various improvements and bugfixes - cleanup this port a bit by using SUBST_CMD/MODPY_ADJ_FILES and removing some patch chunks that can be dealt with a FAKE_FLAGS instead. ok benoit@ (MAINTAINER)
15 lines
580 B
Plaintext
15 lines
580 B
Plaintext
$OpenBSD: patch-data_autostart_autostart_in,v 1.1 2011/11/02 19:12:01 jasper Exp $
|
|
--- 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
|