From a10f52006680ea20f439291285546be3a716aa89 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 22 Apr 2013 13:03:08 +0000 Subject: [PATCH] - geez... fix config paths --- kernel-vanilla.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 1d3e396..3d995eb 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -383,10 +383,10 @@ EOF cd %{objdir} install -d arch/%{target_arch_dir} %ifarch i686 - cat $RPM_SOURCE_DIR/%{SOURCE10} > %{defconfig} + cat %{SOURCE10} > %{defconfig} %endif %ifarch x86_64 - cat $RPM_SOURCE_DIR/%{SOURCE11} > %{defconfig} + cat %{SOURCE11} > %{defconfig} %endif ln -sf %{defconfig} .config -- 2.44.0