#!/bin/sh # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2020, Google Inc. # # Author: Laurent Pinchart # # ipa-sign-install.sh - Regenerate IPA module signatures when installing key=$1 shift modules=$* ipa_sign=$(dirname "$0")/ipa-sign.sh echo "Regenerating IPA modules signatures" for module in ${modules} ; do module="${MESON_INSTALL_DESTDIR_PREFIX}/${module}" if [ -f "${module}" ] ; then "${ipa_sign}" "${key}" "${module}" "${module}.sign" fi done t Git repository'/>
summaryrefslogtreecommitdiff
blob: 7bb31b23dc261222181938b4bac7f73f9ba8fc3e (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>