Skip to content

Commit

Permalink
net-im/tencent-qq: fix start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: ston <[email protected]>
  • Loading branch information
st0nie authored and liangyongxiang committed Jun 23, 2023
1 parent fe15fc5 commit a04177f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-im/tencent-qq/files/start-script/merge-usr/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
# https://aur.archlinux.org/cgit/aur.git/tree/start.sh?h=linuxqq-nt-bwrap

export LD_PRELOAD=/usr/lib/gcc/x86_64-pc-linux-gnu/12/libstdc++.so.6

USER_RUN_DIR="/run/user/$(id -u)"
XAUTHORITY="${XAUTHORITY:-$HOME/.Xauthority}"
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
Expand Down
2 changes: 2 additions & 0 deletions net-im/tencent-qq/files/start-script/split-usr/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
# https://aur.archlinux.org/cgit/aur.git/tree/start.sh?h=linuxqq-nt-bwrap

export LD_PRELOAD=/usr/lib/gcc/x86_64-pc-linux-gnu/12/libstdc++.so.6

USER_RUN_DIR="/run/user/$(id -u)"
XAUTHORITY="${XAUTHORITY:-$HOME/.Xauthority}"
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
Expand Down

0 comments on commit a04177f

Please sign in to comment.