summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Moynihan2022-03-19 17:05:08 +0000
committerEric Moynihan2022-03-19 17:05:08 +0000
commitb3d5e098adecc09e99d8cd0fbd2aecfeaf4b33ff (patch)
treefb03121bf5c6e1f8aca88f026c05eb80cbf03135 /PKGBUILD
parent9932121bb641642afcbd326629a348f8352f2143 (diff)
downloadaur-b3d5e098adecc09e99d8cd0fbd2aecfeaf4b33ff.tar.gz
Stop install to /usr/local
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06465ddc65ed..b3886685c92f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=yup
_pkgname=yup
pkgver="1.1.8"
_pkgver="1.1.8"
-pkgrel=2
+pkgrel=3
pkgdesc="Arch Linux AUR Helper with ncurses functionality and better searching and sorting"
arch=('any')
url="https://github.com/ericm/yup"
@@ -19,9 +19,9 @@ prepare() {
}
package() {
- install -dm755 ${pkgdir}/bin/${BINAME}
+ install -dm755 ${pkgdir}/usr/bin/${BINAME}
install -dm755 ${pkgdir}/usr/share/zsh/site-functions/_yup
cd "${_pkgname}"
- cp ${_pkgname} ${pkgdir}/bin/${BINAME}
+ cp ${_pkgname} ${pkgdir}/usr/bin/${BINAME}
cp completions/zsh ${pkgdir}/usr/share/zsh/site-functions/_yup
}