mkindex wasnt' built, so install-haiku failed on systems different than beos. Now it fails because it doesn't know what BEOS:APP_SIG is. I have no idea how to fix that problem, please someone have a look.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17290 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cc8ef734e9
commit
927a84f8f6
@ -46,7 +46,7 @@ else
|
||||
ln=ln
|
||||
mkdir=mkdir
|
||||
rm=rm
|
||||
mkindex=mkindex
|
||||
mkindex="$mkindex"
|
||||
fi
|
||||
|
||||
# create the image and mount it
|
||||
|
@ -7,6 +7,7 @@ local tools =
|
||||
<build>copyattr
|
||||
<build>listattr
|
||||
<build>mimeset
|
||||
<build>mkindex
|
||||
<build>rmattr
|
||||
<build>settype
|
||||
<build>setversion
|
||||
@ -27,6 +28,8 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
||||
}
|
||||
BuildPlatformMain <build>mimeset : mimeset.cpp : $(HOST_LIBBE) ;
|
||||
|
||||
BuildPlatformMain <build>mkindex : mkindex.cpp : $(HOST_LIBBE) ;
|
||||
|
||||
BuildPlatformMain <build>rmattr : rmattr.cpp : $(HOST_LIBBE) ;
|
||||
|
||||
BuildPlatformMain <build>settype : settype.cpp : $(HOST_LIBBE) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user