You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							1.9 KiB
						
					
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							1.9 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../xemacs-beta/only-versioned-bin.patch | |
| # Copyright (C) 2004 - 2006 The T2 SDE Project | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # | |
| # This patch file is dual-licensed. It is available under the license the | |
| # patched project is licensed under, as long as it is an OpenSource license | |
| # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | |
| # of the GNU General Public License as published by the Free Software | |
| # Foundation; either version 2 of the License, or (at your option) any later | |
| # version. | |
| # --- SDE-COPYRIGHT-NOTE-END --- | |
| --- xemacs-21.5.19/Makefile.in.in.vanilla	2005-01-31 21:01:50.000000000 +0100 | |
| +++ xemacs-21.5.19/Makefile.in.in	2005-03-07 09:22:03.000000000 +0100 | |
| @@ -392,17 +392,17 @@ | |
|  	${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}-`src/${PROGNAME} -sd`.dmp | |
|  #endif | |
|  #ifdef WIN32_NATIVE | |
| -	${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME} | |
| -	-chmod 0755 ${bindir}/${PROGNAME} | |
| +	${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-beta | |
| +	-chmod 0755 ${bindir}/${PROGNAME}-beta | |
|  #else | |
|  # ifdef CYGWIN | |
|  	${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-${version}.exe | |
|  	-chmod 0755 ${bindir}/${PROGNAME}-${version}.exe | |
| -	cd ${bindir} && $(RM) ./${PROGNAME} && ${LN_S} ${PROGNAME}-${version}.exe ./${PROGNAME} | |
| +	cd ${bindir} && $(RM) ./${PROGNAME}-beta && ${LN_S} ${PROGNAME}-${version}.exe ./${PROGNAME}-beta | |
|  # else | |
|  	${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-${version} | |
|  	-chmod 0755 ${bindir}/${PROGNAME}-${version} | |
| -	cd ${bindir} && $(RM) ./${PROGNAME} && ${LN_S} ${PROGNAME}-${version} ./${PROGNAME} | |
| +	cd ${bindir} && $(RM) ./${PROGNAME}-beta && ${LN_S} ${PROGNAME}-${version} ./${PROGNAME}-beta | |
|  # endif /* CYGWIN */ | |
|  #endif /* WIN32_NATIVE */ | |
|  	if test "${prefix}" != "${exec_prefix}"; then \
 | |
| 
 |