pkgsrc-WIP-changes archive

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

gdm: pkglint: set INSTALLATION_DIRS



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Tue Apr 13 20:53:57 2021 +0200
Changeset:	f6a91d558de96cf20690cbf08532d0244963464f

Modified Files:
	gdm/Makefile

Log Message:
gdm: pkglint: set INSTALLATION_DIRS

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

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

diffstat:
 gdm/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/gdm/Makefile b/gdm/Makefile
index 2710daa160..72b7237450 100644
--- a/gdm/Makefile
+++ b/gdm/Makefile
@@ -90,13 +90,14 @@ GDMGRP=		daemon
 MESON_ARGS+=	-Dinitial-vt=5
 .endif
 
+INSTALLATION_DIRS+=	share/pixmaps
+INSTALLATION_DIRS+=	share/gdm/BuiltInSessions
+INSTALLATION_DIRS+=	share/examples/pam.d
+
 post-install:
-	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pixmaps
 	${INSTALL_DATA} ${FILESDIR}/NetBSD.xpm ${DESTDIR}${PREFIX}/share/pixmaps
-	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gdm/BuiltInSessions
 	${INSTALL_DATA} ${FILESDIR}/custom.desktop \
 		${DESTDIR}${PREFIX}/share/gdm/BuiltInSessions
-	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/pam.d
 	${INSTALL_DATA} ${FILESDIR}/gdm-* ${DESTDIR}/${PREFIX}/share/examples/pam.d
 	${CHMOD} +x ${DESTDIR}${PREFIX}/share/examples/gdm/Xsession
 


Home | Main Index | Thread Index | Old Index