Skip to content

Commit

Permalink
PKGBUILD: Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
networkException committed Mar 9, 2025
1 parent decbfdf commit b42ce9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

pkgname=ungoogled-chromium
pkgver=134.0.6998.35
pkgrel=1
pkgrel=2
_launcher_ver=8
_manual_clone=0
_system_clang=1
Expand Down Expand Up @@ -152,7 +152,7 @@ prepare() {
-f "$_ungoogled_repo/domain_substitution.list" -c domainsubcache.tar.gz ./

# Link to system tools required by the build
mkdir -p third_party/node/linux/node-linux-x64/bin/
mkdir -p third_party/node/linux/node-linux-x64/bin/ third_party/jdk/current/bin/
ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
ln -s /usr/bin/java third_party/jdk/current/bin/

Expand Down

0 comments on commit b42ce9f

Please sign in to comment.