Deskbar and Tracker where wrongly located. Changed default Haiku install

dir to "/Haiku" (was "/haiku").


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14583 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-10-30 22:27:52 +00:00
parent f444e3eb68
commit 94435dfc40

View File

@ -107,7 +107,7 @@ AddFilesToHaikuImage beos system lib : $(BEOS_SYSTEM_LIB) rld.so ;
AddFilesToHaikuImage beos system servers : $(BEOS_SYSTEM_SERVERS) ;
# apps
AddFilesToHaikuImage beos : Deskbar Tracker ;
AddFilesToHaikuImage beos system : Deskbar Tracker ;
AddFilesToHaikuImage beos bin : $(BEOS_BIN) consoled <bin>route ;
AddFilesToHaikuImage beos apps : $(BEOS_APPS) ;
AddFilesToHaikuImage beos preferences : $(BEOS_PREFERENCES) ;
@ -226,7 +226,7 @@ HAIKU_IMAGE_SIZE ?= 80 ; # 80 MB
MakeLocate $(HAIKU_IMAGE) : $(HAIKU_IMAGE_DIR) ;
# Set the default installation directory.
HAIKU_INSTALL_DIR ?= /haiku ;
HAIKU_INSTALL_DIR ?= /Haiku ;
# the pseudo target all image contents is attached to
NotFile haiku-image-contents ;