Path with spaces don't work well

Use wildcards to avoid bad splitting of path argument on spaces.
This commit is contained in:
Adrien Destugues
2014-01-27 19:43:49 +01:00
parent 72480b0638
commit 3ae41aea11

View File

@@ -98,11 +98,11 @@ INSTALL()
# swpipe renderer package
packageEntries swpipe \
"$addOnsDir/opengl/Software Pipe"
"$addOnsDir/opengl/*Pipe"
# swrast renderer package
packageEntries swrast \
"$addOnsDir/opengl/Software Rasterizer"
"$addOnsDir/opengl/*Rasterizer"
}
# ----- devel package -------------------------------------------------------