Fix Windows installer build: LICENSE is now MORAL-LICENSE
authorBruce Cran <bruce.cran@gmail.com>
Thu, 7 May 2015 22:54:37 +0000 (16:54 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 8 May 2015 00:16:36 +0000 (18:16 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
os/windows/install.wxs

index ba58b92a89a595bb78b483de310afe3c722eb2e4..f392606730cfc0f4148046642d852601ceb11d65 100755 (executable)
@@ -40,7 +40,7 @@
                                                        <File Id="COPYING" Name="COPYING.txt" Source="..\..\COPYING"/>
                                                </Component>
                                                <Component>
                                                        <File Id="COPYING" Name="COPYING.txt" Source="..\..\COPYING"/>
                                                </Component>
                                                <Component>
-                                                       <File Id="LICENSE" Name="LICENSE.txt" Source="..\..\LICENSE"/>
+                                                       <File Id="MORAL_LICENSE" Name="MORAL-LICENSE.txt" Source="..\..\MORAL-LICENSE"/>
                                                </Component>
                                                <Directory Id="examples" Name="examples"/>
                                        </Directory>
                                                </Component>
                                                <Directory Id="examples" Name="examples"/>
                                        </Directory>
@@ -54,7 +54,7 @@
                <ComponentRef Id="README"/>
                <ComponentRef Id="REPORTING_BUGS"/>
                <ComponentRef Id="COPYING"/>
                <ComponentRef Id="README"/>
                <ComponentRef Id="REPORTING_BUGS"/>
                <ComponentRef Id="COPYING"/>
-               <ComponentRef Id="LICENSE"/>
+               <ComponentRef Id="MORAL_LICENSE"/>
                <ComponentGroupRef Id="examples"/>
        </Feature>
 
                <ComponentGroupRef Id="examples"/>
        </Feature>