mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
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:
parent
061038ae91
commit
7ea0211e9c
@ -22,7 +22,7 @@ SLOT="0"
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
rm ${S}/Makefile || die
|
||||
rm "${S}"/Makefile || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
@ -22,7 +22,7 @@ SLOT="0"
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
rm ${S}/Makefile || die
|
||||
rm "${S}"/Makefile || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user