dev-util/webgpu-headers: quote S variable

Bug: https://bugs.gentoo.org/931927
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-05-15 18:31:29 +02:00
parent 061038ae91
commit 7ea0211e9c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ SLOT="0"
src_prepare() {
default
rm ${S}/Makefile || die
rm "${S}"/Makefile || die
}
src_install() {

View File

@@ -22,7 +22,7 @@ SLOT="0"
src_prepare() {
default
rm ${S}/Makefile || die
rm "${S}"/Makefile || die
}
src_install() {