Fixed system paths.

At least, this system directory relayout show vividly that in many places we should use find_directory() 
instead. Ironically, these ones can't but keep hardcoded paths, except if I've missed some 
/bin/find_directory tool ;-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29892 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2009-04-04 00:34:46 +00:00
parent b965b3f2c6
commit 2030e24a4e
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
# Make sure all apps have a MIME DB entry.
mimeset -apps -f /boot/beos/apps
mimeset -f /boot/beos/documentation
mimeset -apps -f /boot/beos/preferences
mimeset -apps -f /boot/beos/system/servers
mimeset -apps -f /boot/system/apps
mimeset -f /boot/system/documentation
mimeset -apps -f /boot/system/preferences
mimeset -apps -f /boot/system/servers
mimeset -apps -f /boot/apps

View File

@ -12,4 +12,4 @@
# This will allow the script to execute that command and process the next line.
# Run LaunchBox
# /boot/beos/apps/LaunchBox &
# /boot/system/apps/LaunchBox &