mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Path with spaces don't work well
Use wildcards to avoid bad splitting of path argument on spaces.
This commit is contained in:
@@ -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 -------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user