aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2005-09-01 22:34:24 -0700
committerH. Peter Anvin <hpa@zytor.com>2005-09-01 22:34:24 -0700
commit51b4fe0e33842fd5edec6b0f431e64adae6d6974 (patch)
tree11850721a64b2601d5a271ead010e24385998740
parent65b61000d8025079654077891bb122a61503d4f3 (diff)
downloadklibc-51b4fe0e33842fd5edec6b0f431e64adae6d6974.tar.gz
Try avoid problems with cp copying linksklibc-1.1
-rw-r--r--klibc.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/klibc.spec.in b/klibc.spec.in
index b6ee3b8cc23b1..eef5dbf9d3c43 100644
--- a/klibc.spec.in
+++ b/klibc.spec.in
@@ -44,7 +44,7 @@ embedded systems.
%prep
%setup -q
-cp -dRs /lib/modules/`uname -r`/build ./linux
+cp -dRs /lib/modules/`uname -r`/build/ ./linux
# Shouldn't need this when getting the build tree from /lib/modules
# make -C linux defconfig ARCH=%{_target_cpu}
# make -C linux prepare ARCH=%{_target_cpu}