diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/find_aktualizr_dependencies.sh | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/scripts/find_aktualizr_dependencies.sh b/scripts/find_aktualizr_dependencies.sh index f011e0a..786d8a9 100755 --- a/scripts/find_aktualizr_dependencies.sh +++ b/scripts/find_aktualizr_dependencies.sh | |||
@@ -9,16 +9,15 @@ parentdir="$(dirname "$0")" | |||
9 | # any other third party modules included directly into the source tree | 9 | # any other third party modules included directly into the source tree |
10 | # (jsoncpp, open62541, picojson). Also check libp11, dpkg, and systemd since | 10 | # (jsoncpp, open62541, picojson). Also check libp11, dpkg, and systemd since |
11 | # those are common dependencies not enabled by default. | 11 | # those are common dependencies not enabled by default. |
12 | ${parentdir}/find_packages.py aktualizr \ | 12 | ${parentdir}/find_dependencies.py aktualizr |
13 | aktualizr-native \ | 13 | ${parentdir}/find_dependencies.py aktualizr-auto-prov |
14 | aktualizr-auto-prov \ | 14 | ${parentdir}/find_dependencies.py aktualizr-implicit-prov |
15 | aktualizr-implicit-prov \ | 15 | ${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov |
16 | aktualizr-ca-implicit-prov \ | 16 | ${parentdir}/find_dependencies.py aktualizr-hsm-prov |
17 | aktualizr-hsm-prov \ | 17 | ${parentdir}/find_dependencies.py aktualizr-disable-send-ip |
18 | aktualizr-disable-send-ip \ | 18 | ${parentdir}/find_dependencies.py aktualizr-example-interface |
19 | aktualizr-example-interface \ | 19 | ${parentdir}/find_dependencies.py aktualizr-log-debug |
20 | aktualizr-log-debug \ | 20 | ${parentdir}/find_dependencies.py libp11 |
21 | libp11 \ | 21 | ${parentdir}/find_dependencies.py dpkg |
22 | dpkg \ | 22 | ${parentdir}/find_dependencies.py systemd |
23 | systemd | ||
24 | 23 | ||