Fix Firefox setup
This commit is contained in:
parent
27fe4ef799
commit
8e92828a5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user