pkgsrc-WIP-changes archive

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

lumina: Fix appending a file to SUBST_FILES



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Dec 1 21:52:47 2015 +0100
Changeset:	d4bd0a09c67d63b41af76e2abe411ccfc7442d07

Modified Files:
	lumina/Makefile

Log Message:
lumina: Fix appending a file to SUBST_FILES

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

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 34a1dc5..17bcf37 100644
--- a/lumina/Makefile
+++ b/lumina/Makefile
@@ -17,7 +17,7 @@ SUBST_STAGE.prefix=	post-patch
 SUBST_MESSAGE.prefix=	Fixing prefix
 SUBST_FILES.prefix=	libLumina/LuminaXDG.cpp
 SUBST_FILES.prefix+=	lumina-config/mainUI.cpp
-SUBST_FILES.prefix=	lumina-desktop/SettingsMenu.cpp
+SUBST_FILES.prefix+=	lumina-desktop/SettingsMenu.cpp
 SUBST_SED.prefix=	-e 's,/usr/local,${PREFIX},'
 
 SUBST_CLASSES+=		sysconf


Home | Main Index | Thread Index | Old Index