From 2e38e90efb71bf2c94ea73de982e369f80e51cf8 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 13 Jun 2009 22:07:31 +0000 Subject: [PATCH] Update fallback path used if finddir fails to correspond to the new directory structure. Resolves ticket #4019. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31037 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/common/boot/post_install/mime_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/common/boot/post_install/mime_update.sh b/data/common/boot/post_install/mime_update.sh index 976f6a691d..b9c10b526f 100755 --- a/data/common/boot/post_install/mime_update.sh +++ b/data/common/boot/post_install/mime_update.sh @@ -2,7 +2,7 @@ # Make sure all apps have a MIME DB entry. -SYSTEM=$(/bin/finddir B_SYSTEM_DIRECTORY 2>/dev/null || echo "/boot/beos") +SYSTEM=$(/bin/finddir B_SYSTEM_DIRECTORY 2>/dev/null || echo "/boot/system") mimeset -apps -f "$SYSTEM/apps" mimeset -f "$SYSTEM/documentation"