diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-12-02 17:09:03 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-12-02 17:11:58 +0100 |
commit | ccad45fef484065ae303825a179326542f01b063 (patch) | |
tree | b1b4e502ff6be9abb55883cf92b52b19ed5e15eb /scp2/source | |
parent | bdeb01e88ebbe546dc33173f05cb4d370273c392 (diff) |
define missing directories for smoketest on MAC
note that the smoketest is not packaged for MAC at this stage
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/smoketest/smoketest.scp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scp2/source/smoketest/smoketest.scp b/scp2/source/smoketest/smoketest.scp index aaed44f6492f..9465b870ab8e 100644 --- a/scp2/source/smoketest/smoketest.scp +++ b/scp2/source/smoketest/smoketest.scp @@ -55,6 +55,19 @@ Directory gid_Test_Dir_Brand_Root #endif Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION,CREATE); End + +Directory gid_Test_Dir_Bundle + ParentID = PD_PROGDIR; + HostName = "%PRODUCTNAME.app"; + LangPackHostName = "%PRODUCTNAME Language Pack.app"; + PatchHostName = "%PRODUCTNAME Patch.app"; +End + +Directory gid_Test_Dir_Bundle_Contents + ParentID = gid_Test_Dir_Bundle; + HostName = "Contents"; + Styles = (OFFICEDIRECTORY); +End #endif Directory gid_Test_Brand_Dir_Program |