From e0e2f40e84a5a63a2ea220a0974ac56e6a52c48a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 26 Dec 2024 13:21:49 +0900 Subject: 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 --- dist/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'dist') 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" -- cgit v1.3.1