aboutsummaryrefslogtreecommitdiffhomepage
path: root/dist
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-02 00:57:51 +0900
committerOphestra <cat@gensokyo.uk>2026-01-02 00:57:51 +0900
commit993afde840834dbaf4fd46d057e605a806b4a31c (patch)
treeeb5799ba55e42aa6eff13e5f74944765e31e27d8 /dist
parentc9cd16fd2a0a8bbc81f6664c627189daf8f78439 (diff)
dist: install sharefs
This also removes the deprecated hpkg program. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist')
-rwxr-xr-xdist/install.sh2
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