Browse Source

update second ungoogled chromium repo var

Noah Vogt 1 year ago
parent
commit
35cd547e75
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -196,7 +196,7 @@ prepare() {
   ./tools/clang/scripts/update.py
 
   # Ungoogled Chromium changes
-  _ungoogled_repo="$srcdir/ungoogled-chromium-update"
+_ungoogled_repo="$srcdir/ungoogled-chromium-update"
 
   _utils="${_ungoogled_repo}/utils"
   msg2 'Pruning binaries'
@@ -281,7 +281,7 @@ build() {
   fi
 
   # Append ungoogled chromium flags to _flags array
-  _ungoogled_repo="$srcdir/${pkgname%xdg*}$_uc_ver"
+  _ungoogled_repo="$srcdir/ungoogled-chromium-update"
   readarray -t -O ${#_flags[@]} _flags < "${_ungoogled_repo}/flags.gn"
 
   # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)