mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
501 B
Plaintext
14 lines
501 B
Plaintext
$NetBSD: patch-ac,v 1.5 2009/09/16 01:15:33 reed Exp $
|
|
|
|
--- modules/menu/menu-data/Makefile.in.orig 2009-03-09 11:13:35.000000000 +0000
|
|
+++ modules/menu/menu-data/Makefile.in
|
|
@@ -291,7 +291,7 @@ desktop_in_files = \
|
|
xfce4-web-browser.desktop.in
|
|
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
-menudir = $(sysconfdir)/xdg/menus
|
|
+menudir = $(datadir)/examples/xfce4/menus
|
|
menu_DATA = xfce-applications.menu
|
|
EXTRA_DIST = $(desktop_in_files) $(menu_DATA)
|
|
DISTCLEANFILES = $(desktop_DATA)
|