summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Neuhaus2021-12-12 08:43:27 +0100
committerFrank Neuhaus2021-12-12 08:43:27 +0100
commitf9e3a5d9c40b056f984ea8ab380fb49d0481ede5 (patch)
treefcc7e9e65a4c5c33f21baee9d8e760d331754a7f
parentfd402d6f97d8475bb6c4851c86f227129efbbc5a (diff)
downloadaur-f9e3a5d9c40b056f984ea8ab380fb49d0481ede5.tar.gz
remove accidental echo
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dc431eeadd6..ce747dd09de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,6 @@ _cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
prepare() {
# apply compile fix for tbb (backported from git repo)
- echo $(pwd)
patch --directory="$pkgname-$pkgver" --forward --strip=1 --input="$srcdir/0001-Fix-FindTBB-version-detection-with-TBB-2021.1.1.patch"
}