mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +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:
@@ -85,7 +85,6 @@ GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/lib/perl5/site_perl/5.10.1/BePC-haiku directory
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
BUILD_PACKAGE_ACTIVATION_PHASE=INSTALL
|
||||
|
||||
BUILD()
|
||||
|
||||
@@ -97,7 +97,6 @@ GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/lib/perl5/site_perl/$portVersion/$perlArchName directory keep-old
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
BUILD_PACKAGE_ACTIVATION_PHASE=INSTALL
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user