summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-10-15 00:26:44 +0100
committerKonstantin Gizdov2018-10-15 00:26:44 +0100
commitce52fd63e09c390ca8beeca702ef6bb848dd0704 (patch)
tree8886d4a8267f6776e368e43792acd215514d3e37 /PKGBUILD
parente5f955059783c36a8a4aa7c70452df20ae4a0b6e (diff)
downloadaur-ce52fd63e09c390ca8beeca702ef6bb848dd0704.tar.gz
remove wrong call to cd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e461178a1ced..14df44bd95ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,7 +76,6 @@ build() {
cd "${srcdir}/llvm-${pkgver}.src/build"
make all # if we want ocaml bindings and docs, we need ocaml-ctypes
- cd ..
# Disable automatic installation of components that go into subpackages
sed -i '/clang\/cmake_install.cmake/d' tools/cmake_install.cmake