diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-26 13:21:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-26 13:21:49 +0900 |
| commit | e0e2f40e84a5a63a2ea220a0974ac56e6a52c48a (patch) | |
| tree | b72d376060f6f01235924dbf8d3a03f9f21ed08f /dist | |
| parent | bf8094c6cad12926e65aaa78d02ef414d3ece3da (diff) | |
cmd/fpkg: app bundle helper
This helper program creates fortify configuration for running an application bundle. The activate action wraps a home-manager activation package and ensures each generation gets activated once.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist')
| -rwxr-xr-x | dist/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/install.sh b/dist/install.sh index 96949699..dcb5dc0d 100755 --- a/dist/install.sh +++ b/dist/install.sh @@ -4,6 +4,7 @@ cd "$(dirname -- "$0")" || exit 1 install -vDm0755 "bin/fortify" "${FORTIFY_INSTALL_PREFIX}/usr/bin/fortify" install -vDm0755 "bin/fshim" "${FORTIFY_INSTALL_PREFIX}/usr/libexec/fortify/fshim" install -vDm0755 "bin/finit" "${FORTIFY_INSTALL_PREFIX}/usr/libexec/fortify/finit" +install -vDm0755 "bin/fpkg" "${FORTIFY_INSTALL_PREFIX}/usr/libexec/fortify/fpkg" install -vDm0755 "bin/fuserdb" "${FORTIFY_INSTALL_PREFIX}/usr/libexec/fortify/fuserdb" install -vDm6511 "bin/fsu" "${FORTIFY_INSTALL_PREFIX}/usr/bin/fsu" |
