Fix newline character in GCC package (#4181)
* Fix newline character in GCC package * Remove the newline completely
This commit is contained in:
		@@ -250,6 +250,6 @@ def write_rpath_specs(self):
 | 
			
		||||
            for line in lines:
 | 
			
		||||
                out.write(line + '\n')
 | 
			
		||||
                if line.startswith('*link:'):
 | 
			
		||||
                    out.write(r'-rpath {0}:{1} \n'.format(
 | 
			
		||||
                    out.write('-rpath {0}:{1} '.format(
 | 
			
		||||
                              self.prefix.lib, self.prefix.lib64))
 | 
			
		||||
        set_install_permissions(specs_file)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user