mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user