From d746ce765af6b7e8a8d09d0203a13a710f0080d7 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 24 Feb 2023 19:55:32 -0600 Subject: [PATCH] nrg2iso: fix build_wrksrc This is a workaround until a better solution comes along. The tarball extracts additional files into the current directory. % tar tf nrg2iso-0.4.1.tar.gz ._nrg2iso-0.4.1 nrg2iso-0.4.1/ This is breaks the new wrksrc behavior. By setting build_wrksrc, we can work around it enough for it to work. --- srcpkgs/nrg2iso/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/nrg2iso/template b/srcpkgs/nrg2iso/template index a4bcf40e557..96b60dba317 100644 --- a/srcpkgs/nrg2iso/template +++ b/srcpkgs/nrg2iso/template @@ -2,6 +2,7 @@ pkgname=nrg2iso version=0.4.1 revision=1 +build_wrksrc="nrg2iso-${version}" build_style=gnu-makefile short_desc="Simple tool to convert from Nero Burning Rom (NRG) to ISO" maintainer="Orphaned "