thelounge / thelounge-archlinux

📦 Arch Linux package for The Lounge
https://aur.archlinux.org/packages/thelounge/
MIT License
4 stars 5 forks source link

Added environment variable #7

Closed Superpiffer closed 5 years ago

Superpiffer commented 5 years ago

User service needs to define the environment variable in order to override the .thelounge_home file.

xPaw commented 5 years ago

~.thelounge_home file defaults to ~/.thelounge already, what do we need to env for?~

Derp, the package overrides it:

https://github.com/thelounge/thelounge-archlinux/blob/1c9c98958f78d8e67457617457c5cf020d76db4c/PKGBUILD#L32

Superpiffer commented 5 years ago

I know but the PKGBUILD file, from the commit https://github.com/thelounge/thelounge-archlinux/pull/6 , rewrite the file during installation, so the user service tries to write in /etc/thelounge.

Edit: sorry, I answered without refresh the page so I didn't saw your edit. :)