diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-25 23:41:54 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-25 23:41:54 +0900 |
| commit | 7c5aaa38e204b3d1c3c00c54906182f715149ea8 (patch) | |
| tree | c8d0a6655b0dca5954e562884669df2ec32177da /dist/install.sh | |
| parent | b52b1a5f9072d29d4cf2941a82305d4dac1a5abf (diff) | |
dist: include zsh completion
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist/install.sh')
| -rwxr-xr-x | dist/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/install.sh b/dist/install.sh index c8149a2f..96949699 100755 --- a/dist/install.sh +++ b/dist/install.sh @@ -10,3 +10,5 @@ install -vDm6511 "bin/fsu" "${FORTIFY_INSTALL_PREFIX}/usr/bin/fsu" if [ ! -f "${FORTIFY_INSTALL_PREFIX}/etc/fsurc" ]; then install -vDm0400 "fsurc.default" "${FORTIFY_INSTALL_PREFIX}/etc/fsurc" fi + +install -vDm0644 "comp/_fortify" "${FORTIFY_INSTALL_PREFIX}/usr/share/zsh/site-functions/_fortify"
\ No newline at end of file |
