diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-01 17:33:47 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-01 17:33:47 +0800 |
| commit | 0a5dfa6c3f9cf8caed723243df48fd2ac775872c (patch) | |
| tree | 96e65afd3beadcd4174a1d3e3f0aed352952574a /install.sh | |
| parent | 2826ed41fcb5a127d2dd6028c4566e5a2220cb4a (diff) | |
| download | spm-0a5dfa6c3f9cf8caed723243df48fd2ac775872c.tar.gz spm-0a5dfa6c3f9cf8caed723243df48fd2ac775872c.zip | |
updated
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 5 |
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} |