diff --git a/install.sh b/install.sh index e952e2b..0ac82b5 100755 --- a/install.sh +++ b/install.sh @@ -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