Fix Firefox setup

This commit is contained in:
nemunaire 2024-03-05 13:05:43 +01:00
parent 27fe4ef799
commit 8e92828a5f

View File

@ -93,7 +93,7 @@ install_dir() {
do do
if [ "$1/$f" == "./.mozilla" ] if [ "$1/$f" == "./.mozilla" ]
then then
if [ -d "${DESTDIR}/.mozilla/firefoxd" ] if [ -d "${DESTDIR}/.mozilla/firefox" ]
then then
find ${DESTDIR}/.mozilla/firefox -mindepth 1 -maxdepth 1 -type d | find ${DESTDIR}/.mozilla/firefox -mindepth 1 -maxdepth 1 -type d |
while read dest while read dest