blob: 0b11449f41d37d3a270271f8068ec3bc00393ed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2008/12/19 23:58:18 hira Exp $
--- xfce4-tips/Makefile.in.orig 2008-12-20 08:38:59.000000000 +0900
+++ xfce4-tips/Makefile.in 2008-12-20 08:39:31.000000000 +0900
@@ -299,7 +299,7 @@
xfce4_tips_LDADD = \
@LIBXFCEGUI4_LIBS@
-desktopdir = $(sysconfdir)/xdg/autostart
+desktopdir = $(datadir)/xdg/autostart
desktop_in_files = xfce4-tips-autostart.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
EXTRA_DIST = \
|