pkgsrc-WIP-changes archive

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

bugfix in Makefile.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Tue Jan 21 06:47:36 2025 +0100
Changeset:	59d5fa520a472da1580e838b28eb580709532fcd

Modified Files:
	LMtester/Makefile

Log Message:
bugfix in Makefile.

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

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

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

diffs:
diff --git a/LMtester/Makefile b/LMtester/Makefile
index 1313a569dc..fb5eacc749 100644
--- a/LMtester/Makefile
+++ b/LMtester/Makefile
@@ -15,6 +15,6 @@ USE_LANGUAGES=  C++
 INSTALLATION_DIRS=	bin
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xdg ${DESTDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/LMtester ${DESTDIR}${PREFIX}/bin
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index