From ab73d6ac07d8248a2865ccbfe6b708eac3306e33 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 20 Jan 2013 09:53:23 +0100 Subject: [PATCH] Make Playground find its catalog (#9388). Small error in the jamfile put the catalog in subfolder so it wasn't found. As reported by mt and investigated by diver. Thanks! --- src/tests/servers/app/playground/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/servers/app/playground/Jamfile b/src/tests/servers/app/playground/Jamfile index 327085ddec..552acbdfac 100644 --- a/src/tests/servers/app/playground/Jamfile +++ b/src/tests/servers/app/playground/Jamfile @@ -21,7 +21,7 @@ if ( $(TARGET_PLATFORM) = libbe_test ) { } DoCatalogs Playground : - application/x-vnd.Haiku-Playground + x-vnd.Haiku-Playground : main.cpp ObjectView.cpp