summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph2019-06-06 19:16:06 +0200
committerChristoph2019-06-06 19:16:06 +0200
commitc43cefded6ab706d09fa9332a08c1867941fc1f8 (patch)
tree5f59d35e1e7ca1cb3a1dd2a683bc0dd06a079252
parent35b8d7c7b61f3ae37d3255c1ce4c794fa7ea645f (diff)
downloadaur-c43cefded6ab706d09fa9332a08c1867941fc1f8.tar.gz
fixed pkgb path error 3
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e10dc84905e0..2b9ca9dc4f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ prepare() {
ln -s `which python2` python2_path/python
# Small patching
- cd $pkgname
+ cd ferdi
# Prevent franz from being launched in dev mode
sed -i "s|export const isDevMode = .*|export const isDevMode = false;|g" \