Set file type of Tracker New templates correctly

Fixes #9927.
This commit is contained in:
Ingo Weinhold 2013-08-25 15:09:27 +02:00
parent abf4b0f6a0
commit f5821a1aee

View File

@ -7,8 +7,7 @@ rule PrepareTrackerNewTemplates source : mimeType
local target = $(source:G=tracker-new-templates) ;
MakeLocateCommonPlatform $(target) ;
File $(target) : $(source) ;
TARGET_EXECUTABLE_MIME_TYPE on $(target) = $(mimeType) ;
SetType $(target) ;
SetType $(target) : $(mimeType) ;
}