pkgsrc-WIP-changes archive

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

jgenesis: fix installation



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Aug 8 08:53:08 2024 +0200
Changeset:	620a2e3784cfd349d7120c16aafbe4ab5c128a68

Modified Files:
	jgenesis/Makefile

Log Message:
jgenesis: fix installation

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

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

diffstat:
 jgenesis/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/jgenesis/Makefile b/jgenesis/Makefile
index 59eb9c9787..fbb7570686 100644
--- a/jgenesis/Makefile
+++ b/jgenesis/Makefile
@@ -21,6 +21,8 @@ RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib
 RUSTFLAGS+=	-C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.dbus}/lib
 
+INSTALLATION_DIRS+=	bin
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/jgenesis-cli \
 		${DESTDIR}${PREFIX}/bin


Home | Main Index | Thread Index | Old Index