Append WX_FLAVOUR to the name of wxrc executable
This commit is contained in:
		@@ -13,11 +13,11 @@
 | 
			
		||||
 | 
			
		||||
    <if cond="FORMAT=='autoconf'">
 | 
			
		||||
 | 
			
		||||
        <!-- Install wxrc as $prefix/bin/wxrc-$version with a wxrc symlink
 | 
			
		||||
             pointing to it, so that users can use wxrc from different
 | 
			
		||||
        <!-- Install wxrc as $prefix/bin/wxrc-$version$flavour with a wxrc
 | 
			
		||||
             symlink pointing to it, so that users can use wxrc from different
 | 
			
		||||
             versions. -->
 | 
			
		||||
 | 
			
		||||
        <set var="versioned_name">wxrc-$(WX_RELEASE)</set>
 | 
			
		||||
        <set var="versioned_name">wxrc-$(WX_RELEASE)$(WX_FLAVOUR)</set>
 | 
			
		||||
        <modify-target target="install_wxrc">
 | 
			
		||||
            <command>
 | 
			
		||||
                rm -f $(DESTDIR)$(BINDIR)/wxrc$(EXEEXT) $(DESTDIR)$(BINDIR)/$(versioned_name)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user