mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
lilypond-doc: fix build after auto-create_wrksrc
This commit is contained in:
parent
46b82bc34d
commit
75e449f059
1 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,6 @@ pkgname=lilypond-doc
|
||||||
# should be kept in sync with 'lilypond'
|
# should be kept in sync with 'lilypond'
|
||||||
version=2.23.10
|
version=2.23.10
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
|
||||||
short_desc="Documentation for the lilypond music engraving program"
|
short_desc="Documentation for the lilypond music engraving program"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="GPL-3.0-or-later, GFDL-1.3-or-later"
|
license="GPL-3.0-or-later, GFDL-1.3-or-later"
|
||||||
|
@ -12,7 +11,7 @@ distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads
|
||||||
checksum=8927270ec2c2dff2e0984727543a467b49ff7cb3adfd98b81a15b51277bfba75
|
checksum=8927270ec2c2dff2e0984727543a467b49ff7cb3adfd98b81a15b51277bfba75
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr
|
vmkdir usr/share
|
||||||
rm share/info/lilypond
|
rm info/lilypond
|
||||||
mv share ${DESTDIR}/usr/
|
mv * ${DESTDIR}/usr/share
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue