Skip to content

Commit

Permalink
chore(scripts/setup-ubuntu): rename symbolic link to prepare for aosp…
Browse files Browse the repository at this point in the history
…-libs package

Dependency of #22906
  • Loading branch information
robertkirkman authored and Grimler91 committed Jan 29, 2025
1 parent c444bff commit 12b5775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ echo -e 'LANG="en_US.UTF-8"\nLANGUAGE="en_US:en"\n' | $SUDO tee -a /etc/default/
. $(dirname "$(realpath "$0")")/properties.sh
$SUDO mkdir -p $TERMUX_PREFIX
$SUDO chown -R $(whoami) /data
$SUDO ln -sf /data/data/com.termux/files/usr/opt/bionic-host /system
$SUDO ln -sf /data/data/com.termux/files/usr/opt/aosp /system

# Install newer pkg-config then what ubuntu provides, as the stock
# ubuntu version has performance problems with at least protobuf:
Expand Down

0 comments on commit 12b5775

Please sign in to comment.