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.
		
		
		
		
		
			
		
			
				
					
					
						
							37 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
	
	
							37 lines
						
					
					
						
							1.5 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../bzip2/001-relative-symlinks.patch | 
						|
# Copyright (C) 2008 The OpenSDE 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 --- | 
						|
 | 
						|
--- ./Makefile.orig	2008-07-05 22:08:23.000000000 +0300 | 
						|
+++ ./Makefile	2008-07-05 22:17:59.000000000 +0300 | 
						|
@@ -90,14 +90,14 @@ | 
						|
 	cp -f libbz2.a $(PREFIX)/lib | 
						|
 	chmod a+r $(PREFIX)/lib/libbz2.a | 
						|
 	cp -f bzgrep $(PREFIX)/bin/bzgrep | 
						|
-	ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep | 
						|
-	ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep | 
						|
+	ln -s -f bzgrep $(PREFIX)/bin/bzegrep | 
						|
+	ln -s -f bzgrep $(PREFIX)/bin/bzfgrep | 
						|
 	chmod a+x $(PREFIX)/bin/bzgrep | 
						|
 	cp -f bzmore $(PREFIX)/bin/bzmore | 
						|
-	ln -s -f $(PREFIX)/bin/bzmore $(PREFIX)/bin/bzless | 
						|
+	ln -s -f bzmore $(PREFIX)/bin/bzless | 
						|
 	chmod a+x $(PREFIX)/bin/bzmore | 
						|
 	cp -f bzdiff $(PREFIX)/bin/bzdiff | 
						|
-	ln -s -f $(PREFIX)/bin/bzdiff $(PREFIX)/bin/bzcmp | 
						|
+	ln -s -f bzdiff $(PREFIX)/bin/bzcmp | 
						|
 	chmod a+x $(PREFIX)/bin/bzdiff | 
						|
 	cp -f bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX)/man/man1 | 
						|
 	chmod a+r $(PREFIX)/man/man1/bzgrep.1
 | 
						|
 |