pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lxmenu-data: fix config file handling



Module Name:	pkgsrc-wip
Committed By:	youri <youri.mout%gmail.com@localhost>
Pushed By:	youri
Date:		Tue Apr 5 18:30:20 2016 +0200
Changeset:	84b98c1152001dd3fa4c124a446c89404167603a

Modified Files:
	lxmenu-data/Makefile
	lxmenu-data/PLIST

Log Message:
lxmenu-data: fix config file handling

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=84b98c1152001dd3fa4c124a446c89404167603a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lxmenu-data/Makefile | 3 ++-
 lxmenu-data/PLIST    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/lxmenu-data/Makefile b/lxmenu-data/Makefile
index 6824424..ff96644 100644
--- a/lxmenu-data/Makefile
+++ b/lxmenu-data/Makefile
@@ -14,8 +14,9 @@ GNU_CONFIGURE=	yes
 USE_TOOLS+=	gmake intltool
 
 LXDE_CONF=		share/examples/lxde
+CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/${LXDE_CONF}
 PKG_SYSCONFSUBDIR=	xdg
 
-CONF_FILES=	${LXDE_CONF}/menus/lxde-applications.menu \
+CONF_FILES=	${LXDE_CONF}/xdg/menus/lxde-applications.menu \
 		${PKG_SYSCONFDIR}/menus/lxde-applications.menu
 .include "../../mk/bsd.pkg.mk"
diff --git a/lxmenu-data/PLIST b/lxmenu-data/PLIST
index 3e60f48..df1c7f3 100644
--- a/lxmenu-data/PLIST
+++ b/lxmenu-data/PLIST
@@ -20,4 +20,4 @@ share/desktop-directories/lxde-system-tools.directory
 share/desktop-directories/lxde-system.directory
 share/desktop-directories/lxde-utility-accessibility.directory
 share/desktop-directories/lxde-utility.directory
-share/examples/lxde/menus/lxde-applications.menu
+share/examples/lxde/xdg/menus/lxde-applications.menu


Home | Main Index | Thread Index | Old Index