From 4363ca545be150fc6a8c54568516275060aa86dc Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 13 Oct 2017 10:11:37 -0300 Subject: [PATCH] musl-rpmatch: fix xlint warnings. Closes: #8103 [via git-merge-pr] --- srcpkgs/musl-rpmatch/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/musl-rpmatch/template b/srcpkgs/musl-rpmatch/template index d71a30bc5cc..40b62aff87d 100644 --- a/srcpkgs/musl-rpmatch/template +++ b/srcpkgs/musl-rpmatch/template @@ -1,7 +1,7 @@ # Template file for 'musl-rpmatch' pkgname=musl-rpmatch version=1.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-shared --enable-static" hostmakedepends="automake libtool gettext-devel" @@ -19,6 +19,7 @@ pre_configure() { post_install() { vinstall musl-rpmatch.pc 644 usr/lib/pkgconfig + vlicense COPYING } musl-rpmatch-devel_package() {