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:
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
# Make sure all apps have a MIME DB entry.
|
# Make sure all apps have a MIME DB entry.
|
||||||
|
|
||||||
mimeset -apps -f /boot/beos/apps
|
mimeset -apps -f /boot/system/apps
|
||||||
mimeset -f /boot/beos/documentation
|
mimeset -f /boot/system/documentation
|
||||||
mimeset -apps -f /boot/beos/preferences
|
mimeset -apps -f /boot/system/preferences
|
||||||
mimeset -apps -f /boot/beos/system/servers
|
mimeset -apps -f /boot/system/servers
|
||||||
mimeset -apps -f /boot/apps
|
mimeset -apps -f /boot/apps
|
||||||
|
|||||||
@@ -12,4 +12,4 @@
|
|||||||
# This will allow the script to execute that command and process the next line.
|
# This will allow the script to execute that command and process the next line.
|
||||||
|
|
||||||
# Run LaunchBox
|
# Run LaunchBox
|
||||||
# /boot/beos/apps/LaunchBox &
|
# /boot/system/apps/LaunchBox &
|
||||||
|
|||||||
Reference in New Issue
Block a user