diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-05 20:57:01 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-05 23:58:08 +0900 |
| commit | a69273ab2a7040ba906876e6d7888b4edeb74ebc (patch) | |
| tree | 0379e49590110d6f4505e0de1671506a46da47b7 /dist/install.sh | |
| parent | 4cd0f57e48c94e7f628446d050027165fdd9e315 (diff) | |
cmd/dist: replace dist/release.sh
This is much more robust than a shell script.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist/install.sh')
| -rwxr-xr-x | dist/install.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dist/install.sh b/dist/install.sh deleted file mode 100755 index a4352288..00000000 --- a/dist/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd "$(dirname -- "$0")" || exit 1 - -install -vDm0755 "bin/hakurei" "${DESTDIR}/usr/bin/hakurei" -install -vDm0755 "bin/sharefs" "${DESTDIR}/usr/bin/sharefs" - -install -vDm4511 "bin/hsu" "${DESTDIR}/usr/bin/hsu" -if [ ! -f "${DESTDIR}/etc/hsurc" ]; then - install -vDm0400 "hsurc.default" "${DESTDIR}/etc/hsurc" -fi - -install -vDm0644 "comp/_hakurei" "${DESTDIR}/usr/share/zsh/site-functions/_hakurei"
\ No newline at end of file |
