summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2017-05-08 14:50:51 +0300
committerCaleb Maclennan2017-05-08 14:50:51 +0300
commit257a7adcaaff84c6621b3817a3e5642756c7c1bc (patch)
tree9c65f36057a635f21e30a5b906d44ab0b587d136 /PKGBUILD
parent8b95ca292f0cbe1debe332540a66f97e94c67053 (diff)
downloadaur-257a7adcaaff84c6621b3817a3e5642756c7c1bc.tar.gz
Change to the source directory when running prepare() step
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62ee9ac0b675..b32a676b9e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mastodon-git
pkgver=1.2.2_22_ga0ed88a9
_branch=master
-pkgrel=0.2
+pkgrel=0.3
pkgdesc="A GNU Social-compatible microblogging server"
arch=('i686' 'x86_64')
url="https://mastodon.social"
@@ -49,6 +49,7 @@ pkgver() {
}
prepare() {
+ cd "${pkgname%-git}"
bundle install --deployment --without development test
yarn install
}