summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsakastudio2023-08-25 19:44:02 +0900
committersakastudio2023-08-25 19:44:02 +0900
commit8659a259bcee8f45fe69ca68ba25b5c37f95a082 (patch)
tree202c8c0591a8922e2bf8d4f4a42c977b234a73ef
parent847024c1c3934dba74f04d3a52cf2d241eb87b5e (diff)
downloadaur-8659a259bcee8f45fe69ca68ba25b5c37f95a082.tar.gz
シンボリックリンク張ってみた
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dee17715708f..fe4d95f8d9c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,4 +28,5 @@ package() {
tar -xf moorestech-linux.tar
install -dm755 "${pkgdir}/opt/moorestech"
cp -a ./* "${pkgdir}/opt/moorestech"
+ ln -s "${pkgdir}/opt/moorestech" "/usr/bin/moorestech"
}