mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture, so using it means secondary package builds fail. example: $portVersionedName is libwow_x86-0.0.0 when doing an x86 build on x86_gcc2
This commit is contained in:
@@ -30,7 +30,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName/wpa_supplicant"
|
||||
SOURCE_DIR="wpa_supplicant-${portVersion}/wpa_supplicant"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -31,7 +31,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user