From: SÅ‚awomir Paszkiewicz Date: Tue, 9 May 2006 09:59:38 +0000 (+0000) Subject: - propably fixed building on ppc (it was typo?) X-Git-Tag: auto/ac/kernel-net-e1000-7_2_9-2~11 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fe1000.git;a=commitdiff_plain;h=01b0675f2bde08174d47bc77a08eaaabf2ecd8df - propably fixed building on ppc (it was typo?) Changed files: e1000.spec -> 1.47 --- diff --git a/e1000.spec b/e1000.spec index 7ac39c7..0f53b78 100644 --- a/e1000.spec +++ b/e1000.spec @@ -73,7 +73,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist} ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h o/include/linux/autoconf.h %ifarch ppc if [ -d "%{_kernelsrcdir}/include/asm-powerpc" ]; then - install -d include/asm + install -d o/include/asm cp -a %{_kernelsrcdir}/include/asm-%{_target_base_arch}/* o/include/asm cp -a %{_kernelsrcdir}/include/asm-powerpc/* o/include/asm else