fix cd
This commit is contained in:
parent
920ce0059e
commit
82791671cb
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sun Mar 27 23:23:59 UTC 2016
|
||||
# Mon Mar 28 12:29:53 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the aur
|
||||
pkgver = 0.2.1
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -14,12 +14,12 @@ optdepends=('devtools: aurbuild -c'
|
|||
'vifm: improved build file interaction')
|
||||
|
||||
check() {
|
||||
cd aurutils
|
||||
cd "$pkgname-$pkgver"
|
||||
shellcheck -e 2016,2174 -x ./aur* repofind
|
||||
}
|
||||
|
||||
package() {
|
||||
cd aurutils
|
||||
cd "$pkgname-$pkgver"
|
||||
install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils}
|
||||
|
||||
install -m755 ./aur* repofind "$pkgdir"/usr/bin/
|
||||
|
|
Loading…
Reference in a new issue