From 7c5aaa38e204b3d1c3c00c54906182f715149ea8 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Dec 2024 23:41:54 +0900 Subject: dist: include zsh completion Signed-off-by: Ophestra --- dist/install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/install.sh') 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 -- cgit v1.3.1