diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2017-06-09 10:19:56 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2017-06-09 10:23:08 -0700 |
commit | 231008595cdbdd952feda20d776074e5aea6c5c1 (patch) | |
tree | ae80400ec9efdfaaeb8bb4400bc44cb2d699a2ea | |
parent | 09ee9a8e2ad023a6641631df96198010dd0a445a (diff) | |
download | kernel-231008595cdbdd952feda20d776074e5aea6c5c1.tar.gz kernel-231008595cdbdd952feda20d776074e5aea6c5c1.tar.xz kernel-231008595cdbdd952feda20d776074e5aea6c5c1.zip |
Update install path for asm cross headers
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index b3cdcbfa4..c3f1d4a34 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1794,7 +1794,7 @@ find $RPM_BUILD_ROOT/usr/tmp-headers/include \ # Copy all the architectures we care about to their respective asm directories for arch in arm arm64 powerpc s390 x86 ; do mkdir -p $RPM_BUILD_ROOT/usr/${arch}-linux-gnu/include -mv $RPM_BUILD_ROOT/usr/tmp-headers/include/arch-${arch} $RPM_BUILD_ROOT/usr/${arch}-linux-gnu/include/asm +mv $RPM_BUILD_ROOT/usr/tmp-headers/include/arch-${arch}/asm $RPM_BUILD_ROOT/usr/${arch}-linux-gnu/include/ cp -a $RPM_BUILD_ROOT/usr/tmp-headers/include/asm-generic $RPM_BUILD_ROOT/usr/${arch}-linux-gnu/include/. done @@ -2167,6 +2167,9 @@ fi # # %changelog +* Thu Jun 08 2017 Laura Abbott <labbott@fedoraproject.org> +- Update install path for asm cross headers + * Wed Jun 07 2017 Laura Abbott <labbott@fedoraproject.org> - 4.12.0-0.rc4.git2.1 - Linux v4.12-rc4-122-gb29794e |