mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
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.
This commit is contained in:
parent
2977625e1f
commit
d746ce765a
1 changed files with 1 additions and 0 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Add table
Reference in a new issue