Browse Source

Fixed typo

Seppia 5 years ago
parent
commit
54212ea068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -138,7 +138,7 @@ prepare() {
   patch -Np1 -i ../fix-intel-vaapi-wayland.patch
 
   # Ungoogled Chromium changes
-  _ungoogled_repo="$srcdir/$_pkgname-$_ungoogled_ver"
+  _ungoogled_repo="$srcdir/$pkgname-$_ungoogled_ver"
   _utils="${_ungoogled_repo}/utils"
   msg2 'Pruning binaries'
   python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list"