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 23:00:31 +02:00
parent f3ed89bb64
commit 2ba0ffcef0
+1 -1
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
}@
;