diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-18 11:47:01 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-18 11:47:01 +0900 |
| commit | 27d2914286495bf83b163172d5084a91222e7ed7 (patch) | |
| tree | cd1f66cb3808fb65364b13a7865401ff5bb070ec /dist/install.sh | |
| parent | ea8f228af36b2c9ae9918f7760c3af4f1e21cfa2 (diff) | |
proc/priv/init: merge init into main program
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist/install.sh')
| -rwxr-xr-x | dist/install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/install.sh b/dist/install.sh index c881507f..06412265 100755 --- a/dist/install.sh +++ b/dist/install.sh @@ -4,7 +4,6 @@ cd "$(dirname -- "$0")" || exit 1 install -vDm0755 "bin/fortify" "${FORTIFY_INSTALL_PREFIX}/usr/bin/fortify" install -vDm0755 "bin/fpkg" "${FORTIFY_INSTALL_PREFIX}/usr/bin/fpkg" -install -vDm0755 "bin/finit" "${FORTIFY_INSTALL_PREFIX}/usr/libexec/fortify/finit" install -vDm0755 "bin/fuserdb" "${FORTIFY_INSTALL_PREFIX}/usr/libexec/fortify/fuserdb" install -vDm6511 "bin/fsu" "${FORTIFY_INSTALL_PREFIX}/usr/bin/fsu" |
