summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-10-08 12:01:45 +0200
committerDaniel Peukert2023-10-08 12:01:45 +0200
commitd55a338b677d9b4fff63cac0a21ba85f6a74101e (patch)
tree662635e68f088e4d87c5e5b401d9f02ea7e78ffb /PKGBUILD
parent0fd56426b48751deec953d669e0acbbeea9a3ea0 (diff)
downloadaur-d55a338b677d9b4fff63cac0a21ba85f6a74101e.tar.gz
Fix mongodb-compass build correctly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 744ece280871..7236e3d9e3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,10 +31,6 @@ _sourcedirectory="compass-$_pkgver"
prepare() {
cd "$srcdir/$_sourcedirectory/"
- # Due to a bug in lerna, having a git repo in the parent directory is not supported (this is the case in some AUR helpers),
- # we init a git repo in our source directory to make sure this doesn't happen
- git init
-
# Disable husky command
sed -i '/husky install/d' 'package.json'