From: Marcin Krol Date: Mon, 22 Apr 2013 13:03:08 +0000 (+0000) Subject: - geez... fix config paths X-Git-Url: https://git.tld-linux.org/?p=packages%2Fkernel.git;a=commitdiff_plain;h=a10f52006680ea20f439291285546be3a716aa89 - geez... fix config paths --- 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