Fix zlib source directory name.

This fixes the non-bootstrap ARM build.
I'm not sure this is the right fix, the zlib package seems to come with a
"source" (not "sources") folder on both ARM and x86_gcc2 but then I
don't understand how this worked for the x86_gcc2 build before.
This commit is contained in:
PulkoMandy 2014-09-01 22:57:50 +02:00
parent f3ed89bb64
commit 2ba0ffcef0
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ if [ IsPackageAvailable zlib_devel ] {
# sources are required for the primary architecture only
primary @{
file: source zlib_source
sources: develop/sources/%portRevisionedName%/sources
sources: develop/sources/%portRevisionedName%/source
}@
;