fix cd (again)
This commit is contained in:
parent
99f61173fe
commit
1fbc8145e6
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Thu Mar 31 02:34:09 UTC 2016
|
# Thu Mar 31 02:35:26 UTC 2016
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the aur
|
pkgdesc = helper tools for the aur
|
||||||
pkgver = 0.2.2
|
pkgver = 0.2.2
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -14,12 +14,12 @@ optdepends=('devtools: aurbuild -c'
|
||||||
'vifm: improved build file interaction')
|
'vifm: improved build file interaction')
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd aurutils
|
cd "$pkgname-$pkgver"
|
||||||
shellcheck -e 2016,2174 -x ./aur* repofind
|
shellcheck -e 2016,2174 -x ./aur* repofind
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd aurutils
|
cd "$pkgname-$pkgver"
|
||||||
install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils}
|
install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils}
|
||||||
|
|
||||||
install -m755 ./aur* repofind "$pkgdir"/usr/bin/
|
install -m755 ./aur* repofind "$pkgdir"/usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue