Expander checks B_USER_DATA_DIRECTORY and B_COMMON_DATA_DIRECTORY for

expander.rules, not B_COMMON_ETC_DIRECTORY.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35723 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-03-02 17:39:14 +00:00
parent 8c2cbd9221
commit 0010ec111c
+1 -1
View File
@@ -869,7 +869,7 @@ rule AddEntryToHaikuImageExpanderRuleFile file : entry
Always $(file) ;
MakeLocate $(file) : $(HAIKU_COMMON_PLATFORM_OBJECT_DIR) ;
BuildHaikuImageExpanderRules $(file) ;
AddFilesToHaikuImage common etc : $(file) ;
AddFilesToHaikuImage common data : $(file) ;
}
HAIKU_IMAGE_EXPANDER_RULES_ENTRIES on $(file) = $(allEntries) ;