summarylogtreecommitdiffstats
path: root/lbe.sh
diff options
context:
space:
mode:
authorMantas Mikulėnas2022-09-22 07:57:08 +0300
committerMantas Mikulėnas2022-09-22 07:57:08 +0300
commit84b00eaf110c55c0be70b04235d93386ecf78974 (patch)
treed6a69fbe490f40a807f4a9d82c5a6023b618fb92 /lbe.sh
parent3ca8a518234699b6eed44e77fd5338b527bf9e48 (diff)
downloadaur-84b00eaf110c55c0be70b04235d93386ecf78974.tar.gz
move from /opt to /usr/lib
Seems like this is how most Java software is packaged (looking at openfire and dbeaver).
Diffstat (limited to 'lbe.sh')
-rwxr-xr-xlbe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbe.sh b/lbe.sh
index ba32173f9188..d7c0abc3f271 100755
--- a/lbe.sh
+++ b/lbe.sh
@@ -2,7 +2,7 @@
: ${XDG_CONFIG_HOME:=~/.config}
-appdir="/opt/lbe"
+appdir="/usr/lib/lbe"
if [ -d "$HOME/.lbe" ]; then
confdir="$HOME/.lbe"