From ec5bf7bdf80c60c15ddd3a59c505dd1890de4980 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 1 Oct 2013 00:57:10 +0200 Subject: [PATCH] Adjust paths in source packages to what haikuporter produces. --- build/jam/BuildFeatures | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures index 4ff971b442..6d66836296 100644 --- a/build/jam/BuildFeatures +++ b/build/jam/BuildFeatures @@ -457,7 +457,7 @@ if [ IsPackageAvailable zlib_devel ] { # sources are required for the primary architecture only primary @{ file: source zlib_source - sources: develop/sources/%portRevisionedName%/source + sources: develop/sources/%portRevisionedName%/sources }@ ; @@ -481,7 +481,7 @@ if [ IsPackageAvailable libsolv_devel ] { # sources are required for the primary architecture only primary @{ file: source libsolv_source - sources: develop/sources/%portRevisionedName%/source + sources: develop/sources/%portRevisionedName%/sources }@ ;