pkgsrc-WIP-changes archive

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

lumina-desktop: correct typo in Makefile



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Sep 24 11:06:31 2020 +0200
Changeset:	20974bedce06c1d14868c314c27de5558b27010a

Modified Files:
	lumina-desktop/Makefile

Log Message:
lumina-desktop: correct typo in Makefile

Thx to Gutteridge

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

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

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

diffs:
diff --git a/lumina-desktop/Makefile b/lumina-desktop/Makefile
index 92e7114ea3..abac0ffdb7 100644
--- a/lumina-desktop/Makefile
+++ b/lumina-desktop/Makefile
@@ -24,7 +24,7 @@ MAKE_ENV+=	LFLAGS=${LDFLAGS:Q}
 do-configure:
 	cd ${WRKSRC} && \
 	${SETENV} ${CONFIGURE_ENV} \
-	${QTDIR}/bin/qmake PREFIX=${PREFIX} LIBPREFIX=${PREFIX}lib CONFIG+="configure WITH_I18N" ${EXTRA}
+	${QTDIR}/bin/qmake PREFIX=${PREFIX} LIBPREFIX=${PREFIX}/lib CONFIG+="configure WITH_I18N" ${EXTRA}
 
 pre-install:
 	${RUN} ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}


Home | Main Index | Thread Index | Old Index