[cross-gcc] Symlink packages don't get their own sysroots

David Howells dhowells at fedoraproject.org
Fri Mar 28 17:46:37 UTC 2014


commit 6df061eefd2ae0122206c8826add3ff68b37dd97
Author: David Howells <dhowells at redhat.com>
Date:   Fri Mar 28 17:45:03 2014 +0000

    Symlink packages don't get their own sysroots

 cross-gcc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index fc92dff..9e80741 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -772,8 +772,8 @@ function install_lang () {
 		echo '%{_libexecdir}/gcc/'$target_cpu'*/*/cc1'
 		echo '%{_libexecdir}/gcc/'$target_cpu'*/*/collect2'
 		echo '%{_libexecdir}/gcc/'$target_cpu'*/*/[abd-z]*'
+		echo %{_prefix}/$arch/sys-root
 	esac
-	echo %{_prefix}/$arch/sys-root
 
     ) >files.$arch
 


More information about the scm-commits mailing list