Merge commit staging+systemd into closure-size
Many non-conflict problems weren't (fully) resolved in this commit yet.
This commit is contained in:
@@ -9,8 +9,10 @@ postInstall() {
|
||||
if test -n "$origPostInstall"; then eval "$origPostInstall"; fi
|
||||
|
||||
local r p requires
|
||||
requires=$(grep "Requires:" ${dev:-$out}/lib/pkgconfig/*.pc | \
|
||||
set +o pipefail
|
||||
requires=$(grep "Requires:" ${!outputDev}/lib/pkgconfig/*.pc | \
|
||||
sed "s/Requires://" | sed "s/,/ /g")
|
||||
set -o pipefail
|
||||
|
||||
echo "propagating requisites $requires"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user