pkgsrc-WIP-changes archive

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

lumina: Add forgoten config name to CONF_FILES



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Dec 2 05:16:53 2015 +0100
Changeset:	76561140bb1ada411402b8e22eb97cf8f8d48e01

Modified Files:
	lumina/Makefile

Log Message:
lumina: Add forgoten config name to CONF_FILES

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

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

diffstat:
 lumina/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/lumina/Makefile b/lumina/Makefile
index 34504f5..b93a9e3 100644
--- a/lumina/Makefile
+++ b/lumina/Makefile
@@ -16,7 +16,7 @@ USE_LIBTOOL=	yes
 
 EGDIR=		${PREFIX}/share/examples/lumina
 
-CONF_FILES+=	${EGDIR}/ ${PKG_SYSCONFDIR}/
+CONF_FILES+=	${EGDIR}/luminaDesktop.conf ${PKG_SYSCONFDIR}/luminaDesktop.conf
 
 DEPENDS+=	fluxbox-[0-9]*:../../wm/fluxbox
 DEPENDS+=	oxygen-icons-[0-9]*:../../graphics/oxygen-icons


Home | Main Index | Thread Index | Old Index