diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-03-09 14:12:08 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-03-09 14:38:19 +0900 |
commit | 15f6faf86e66b2b8e2d01de7ad08212b06491889 (patch) | |
tree | afd2a9ccc8c8551d26283cf3712a8eebd206b6b5 | |
parent | ae917d482db537d71f480babb84905f106193d24 (diff) | |
download | linux-exynos-accepted/tizen/unified/20180312.060432.tar.gz linux-exynos-accepted/tizen/unified/20180312.060432.tar.bz2 linux-exynos-accepted/tizen/unified/20180312.060432.zip |
packaging: change modules packaging with each file instead of directorysubmit/tizen/20180309.065130accepted/tizen/unified/20180312.060432
There is a requirement to use other package with /lib/modules
directory and it causes conflict with kernel modules package.
Change modules packaging with each file instead of the directory.
Change-Id: I991e1874c6e8b232f0fe01eddb67cd5225d99293
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | packaging/odroid-linux-kernel.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/odroid-linux-kernel.spec b/packaging/odroid-linux-kernel.spec index 5b459e4d871d..f409fa16ed25 100644 --- a/packaging/odroid-linux-kernel.spec +++ b/packaging/odroid-linux-kernel.spec @@ -130,7 +130,7 @@ cp -r %{_builddir}/linux-kernel-%{version} %{buildroot}/boot/kernel/devel/kernel rm -rf %{buildroot} %files -n %{variant}-linux-kernel-modules -/lib/modules/ +/lib/modules/* %files -n %{variant}-linux-kernel-devel /boot/kernel/devel/* |