mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
XDG_RUNTIME_DIR
This commit is contained in:
parent
68cc1d06c4
commit
b012e22834
1 changed files with 3 additions and 0 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -107,6 +107,9 @@ _main_package() {
|
|||
|
||||
# common functions
|
||||
prepare() {
|
||||
export XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-$srcdir/xdg}"
|
||||
[ ! -d "$XDG_RUNTIME_DIR" ] && install -dm700 "${XDG_RUNTIME_DIR:?}"
|
||||
|
||||
mkdir -p mozbuild
|
||||
cd "$_pkgsrc"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue