summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph2019-06-06 19:05:11 +0200
committerChristoph2019-06-06 19:05:11 +0200
commitf97998ceecc0aed79807adf7d8a18ca28b77f64a (patch)
treef04ab067f9a134aebef8c2aa704cc8ec957e3ee2
parent7645d8445de1e100546fa00d5a3079b9c30b6582 (diff)
downloadaur-f97998ceecc0aed79807adf7d8a18ca28b77f64a.tar.gz
fixed pkgb path error
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e58f803248a0..d1667cc288ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ prepare() {
}
build() {
- cd $pkgname
+ cd ferdi
# Better configuration for npm cache and calling installed binaries
export npm_config_cache="$srcdir"/npm_cache