diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-10-22 17:48:40 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 12:01:03 +0900 |
commit | 7e4af2a31658998a09604e0b8c7d65dabfcc9395 (patch) | |
tree | b01f34bfc6302258060c614e676a20c09aa91167 /packaging | |
parent | d4f2b8b646edd8b6939021f1c9839008940f9a6f (diff) | |
download | linux-3.10-7e4af2a31658998a09604e0b8c7d65dabfcc9395.tar.gz linux-3.10-7e4af2a31658998a09604e0b8c7d65dabfcc9395.tar.bz2 linux-3.10-7e4af2a31658998a09604e0b8c7d65dabfcc9395.zip |
packaging: fix %setup top dir name
Change-Id: I21a9d05153a3e80cebdc7901fb3c0e03635417ec
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/odroid-linux-kernel.spec | 2 | ||||
-rw-r--r-- | packaging/rinato-linux-kernel.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/odroid-linux-kernel.spec b/packaging/odroid-linux-kernel.spec index 77fe116a612..eadfb2b8e86 100644 --- a/packaging/odroid-linux-kernel.spec +++ b/packaging/odroid-linux-kernel.spec @@ -44,7 +44,7 @@ Provides: %{variant}-kernel-modules-uname-r = %{fullVersion} Kernel-modules includes the loadable kernel modules(.ko files) for %{target_board} %prep -%setup -q +%setup -q -n linux-kernel-%{version} %build # Make sure EXTRAVERSION says what we want it to say diff --git a/packaging/rinato-linux-kernel.spec b/packaging/rinato-linux-kernel.spec index 0c9c07e35e0..27408562451 100644 --- a/packaging/rinato-linux-kernel.spec +++ b/packaging/rinato-linux-kernel.spec @@ -33,7 +33,7 @@ Provides: %{variant}-kernel-uname-r = %{fullVersion} This package contains the Linux kernel for Tizen (%{profile} profile, arch %{buildarch}, target board %{target_board}) %prep -%setup -q +%setup -q -n linux-kernel-%{version} %build # Make sure EXTRAVERSION says what we want it to say |