TLD
/
packages
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ff119
)
- geez... fix config paths
author
Marcin Krol
<hawk@tld-linux.org>
Mon, 22 Apr 2013 13:03:08 +0000
(13:03 +0000)
committer
Marcin Krol
<hawk@tld-linux.org>
Mon, 22 Apr 2013 13:03:08 +0000
(13:03 +0000)
kernel-vanilla.spec
patch
|
blob
|
history
diff --git
a/kernel-vanilla.spec
b/kernel-vanilla.spec
index 1d3e396c268a68fd1f7017822bd7005e221b743d..3d995eb616c954152e1447904d7ba4f1c66f6677 100644
(file)
--- 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