aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-05-01 17:33:47 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-05-01 17:33:47 +0800
commit0a5dfa6c3f9cf8caed723243df48fd2ac775872c (patch)
tree96e65afd3beadcd4174a1d3e3f0aed352952574a /install.sh
parent2826ed41fcb5a127d2dd6028c4566e5a2220cb4a (diff)
downloadspm-0a5dfa6c3f9cf8caed723243df48fd2ac775872c.tar.gz
spm-0a5dfa6c3f9cf8caed723243df48fd2ac775872c.zip
updated
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..e03bce0
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+BINDIR=${DESTDIR}${BINDIR:-/usr/bin}
+mkdir -p ${BINDIR}
+install -m755 spm ${BINDIR}