mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
silly spaces
This commit is contained in:
parent
6a44cebb4a
commit
2a12859205
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ git pull
|
|||
makepkg --noconfirm -si
|
||||
|
||||
# https://github.com/Jguer/yay/issues/2508#issuecomment-3657461690
|
||||
linked_so='/lib/'`ldd "$(which yay)" | grep -o 'libalpm.\S* ' | head -1`
|
||||
linked_so='/lib/'`ldd "$(which yay)" | grep -o 'libalpm.\S* ' | head -1 | cut -d' ' -f1`
|
||||
existing_so='/lib/libalpm.so'
|
||||
[ ! -e "$linked_so" ] && [ -f "$existing_so" ] && sudo ln -s "$existing_so" "$linked_so"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue