pkgsrc-WIP-changes archive

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

gerbera: add default values for GERBERA_{USER,GROUP}



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Feb 7 08:19:42 2021 +0100
Changeset:	35af6c098d0bf97767227fbf7d6026f1b2295894

Modified Files:
	gerbera/Makefile

Log Message:
gerbera: add default values for GERBERA_{USER,GROUP}

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

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

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

diffs:
diff --git a/gerbera/Makefile b/gerbera/Makefile
index c044d75b90..e23b4d646b 100644
--- a/gerbera/Makefile
+++ b/gerbera/Makefile
@@ -37,6 +37,8 @@ FILES_SUBST+=		GERBERA_GROUP=${GERBERA_GROUP}
 FILES_SUBST+=		GERBERA_USER=${GERBERA_USER}
 FILES_SUBST+=		PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
 
+GERBERA_USER?=		gerbera
+GERBERA_GROUP?=		gerbera
 GERBERA_HOME=		${PKG_HOME.${GERBERA_USER}}
 
 SUBST_CLASSES+=		config


Home | Main Index | Thread Index | Old Index