From e9117d513721b1ecb18889d8b16e6278e8d6d3bc Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:27 +0000 Subject: [PATCH] xorg-util-macros: add license --- srcpkgs/xorg-util-macros/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xorg-util-macros/template b/srcpkgs/xorg-util-macros/template index df174d171ec..e5931ff6708 100644 --- a/srcpkgs/xorg-util-macros/template +++ b/srcpkgs/xorg-util-macros/template @@ -12,3 +12,7 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2" checksum=18d459400558f4ea99527bc9786c033965a3db45bf4c6a32eefdc07aa9e306a6 + +post_install() { + vlicense COPYING +}