summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCleanMachine12021-10-06 21:24:06 +0200
committerCleanMachine12021-10-06 21:24:06 +0200
commit3656084c507295109d7dee057afbeb08f7099574 (patch)
treef3297eef150aa400ee4e7476ee1f10e28368abd0 /PKGBUILD
parentfa869ddd24f3c6df48635ae1ae26f80886f075e0 (diff)
downloadaur-3656084c507295109d7dee057afbeb08f7099574.tar.gz
Fix where the binary is put
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3824e56926be..31100ed976b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ build() {
package() {
cd DollarSkip-${pkgver} &&
- install -m 755 -D temp "${pkgdir}/usr/local/bin/\$"
+ install -m 755 -D temp "${pkgdir}/usr/bin/\$"
}
sha256sums=('bd46bdc03aa1cdd4b8cd4814091fee35b8f1c176d395ccb1c6eadf805e76045a')