Fix Firefox setup

This commit is contained in:
nemunaire 2024-03-05 13:05:43 +01:00
parent 27fe4ef799
commit 8e92828a5f
1 changed files with 1 additions and 1 deletions

View File

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