From 75e449f059e801527bdd960aae923fa7b0e6a955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 27 Oct 2022 18:59:07 +0700 Subject: [PATCH] lilypond-doc: fix build after auto-create_wrksrc --- srcpkgs/lilypond-doc/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template index ae03279b923..4a5a4c3ef1e 100644 --- a/srcpkgs/lilypond-doc/template +++ b/srcpkgs/lilypond-doc/template @@ -3,7 +3,6 @@ pkgname=lilypond-doc # should be kept in sync with 'lilypond' version=2.23.10 revision=1 -create_wrksrc=yes short_desc="Documentation for the lilypond music engraving program" maintainer="newbluemoon " 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 do_install() { - vmkdir usr - rm share/info/lilypond - mv share ${DESTDIR}/usr/ + vmkdir usr/share + rm info/lilypond + mv * ${DESTDIR}/usr/share }