From 95118a7b57378e552a402e79a46b31c10dbcde96 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sun, 28 Mar 2021 01:23:07 -0700 Subject: [PATCH] binfmt-support: fix license, fix build --- srcpkgs/binfmt-support/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/binfmt-support/template b/srcpkgs/binfmt-support/template index 4208b1969b05..878c506ea20e 100644 --- a/srcpkgs/binfmt-support/template +++ b/srcpkgs/binfmt-support/template @@ -1,13 +1,13 @@ # Template file for 'binfmt-support' pkgname=binfmt-support version=2.2.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libpipeline-devel" short_desc="Register interpreters for various binary formats" maintainer="Andrea Brancaleoni " -license="GPL-3" +license="GPL-2.0-or-later" homepage="http://packages.debian.org/en/sid/binfmt-support" distfiles="${DEBIAN_SITE}/main/b/binfmt-support/binfmt-support_$version.orig.tar.gz" checksum=9c9da3306501a834663ccd14023fc8d29bd08a34df74585e11f97735ea1fb31d @@ -15,5 +15,6 @@ make_dirs="/var/lib/binfmts 0755 root root" post_install() { rm -r ${DESTDIR}/etc/init + rm -r ${DESTDIR}/lib vsv binfmt-support }