mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
lltag: fix config files location
This commit is contained in:
parent
7e8e7e133c
commit
10265398ed
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'lltag'
|
# Template file for 'lltag'
|
||||||
pkgname=lltag
|
pkgname=lltag
|
||||||
version=0.14.6
|
version=0.14.6
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="lltag-lltag-${version}"
|
wrksrc="lltag-lltag-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_build_args="SYSCONFDIR=/etc"
|
||||||
|
make_install_args="$make_build_args"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="perl mp3info vorbis-tools flac perl-MP3-Tag"
|
depends="perl mp3info vorbis-tools flac perl-MP3-Tag"
|
||||||
|
|
Loading…
Add table
Reference in a new issue