summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2019-09-10 22:05:25 +0200
committerRhys Perry2019-09-10 22:05:25 +0200
commit40ef1412204cb67a4fd647226db088e6a5b8427b (patch)
tree71c188b7f277836eaee4b672f068bbb29adb1738
parent8f40fde2831ba5c1f86cd6a4c2f37ddd96edb497 (diff)
downloadaur-40ef1412204cb67a4fd647226db088e6a5b8427b.tar.gz
Make compatible with yay
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f11e9d950d1..c3f7df961599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=("git" "go-pie" "npm")
source=("git+https://github.com/usefathom/fathom.git")
md5sums=("SKIP")
_gitname="fathom"
-blddir=${pwd}/"build"
+blddir="$(pwd)"/"build"
pkgver() {
cd "$_gitname"