From 35eb85fcac70521255c354060375d73c2f2e6766 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 11 Jul 2017 19:49:32 +0200 Subject: [PATCH] xdm: add license. --- srcpkgs/xdm/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xdm/template b/srcpkgs/xdm/template index a923bca5726..6342d4760ae 100644 --- a/srcpkgs/xdm/template +++ b/srcpkgs/xdm/template @@ -1,7 +1,7 @@ # Template build file for 'xdm'. pkgname=xdm version=1.1.11 -revision=7 +revision=8 build_style=gnu-configure configure_args="--with-random-device=/dev/urandom --with-utmp-file=/var/run/utmp @@ -15,7 +15,7 @@ depends="sessreg xconsole" short_desc="X Display Manager" homepage="http://xorg.freedesktop.org" license="MIT" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47 @@ -23,3 +23,7 @@ post_install() { vsv xdm vinstall ${FILESDIR}/xdm.pam 644 etc/pam.d xdm } + +post_install() { + vlicense COPYING +}