diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-02 00:57:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-02 00:57:51 +0900 |
| commit | 993afde840834dbaf4fd46d057e605a806b4a31c (patch) | |
| tree | eb5799ba55e42aa6eff13e5f74944765e31e27d8 /dist | |
| parent | c9cd16fd2a0a8bbc81f6664c627189daf8f78439 (diff) | |
dist: install sharefs
This also removes the deprecated hpkg program.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist')
| -rwxr-xr-x | dist/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/install.sh b/dist/install.sh index b347eaa4..8fab0019 100755 --- a/dist/install.sh +++ b/dist/install.sh @@ -2,7 +2,7 @@ cd "$(dirname -- "$0")" || exit 1 install -vDm0755 "bin/hakurei" "${HAKUREI_INSTALL_PREFIX}/usr/bin/hakurei" -install -vDm0755 "bin/hpkg" "${HAKUREI_INSTALL_PREFIX}/usr/bin/hpkg" +install -vDm0755 "bin/sharefs" "${HAKUREI_INSTALL_PREFIX}/usr/bin/sharefs" install -vDm4511 "bin/hsu" "${HAKUREI_INSTALL_PREFIX}/usr/bin/hsu" if [ ! -f "${HAKUREI_INSTALL_PREFIX}/etc/hsurc" ]; then |
