]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- back to working version, my mistake
authorjackass <jackass@pld-linux.org>
Sun, 17 Dec 2006 20:26:18 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.346

rpm.macros

index 1ca69cf0d2e47fc9c108b9c4b9920e0f6e90245d..94847f7b2537c879ec0e00ea5ff7a91fe9503d60 100644 (file)
@@ -1253,9 +1253,9 @@ for MODULE in {%{-m*},}; do                                                                                       \
                >> %{ModprobeD}/%{-n*}.conf}                                                            \
     %if %{with smp} && %{with dist_kernel}                                                     \
        install ${MODULE}-smp.ko                                                                                \\\
-               %{KernelD}/%{-d*}/${MNAME}%{-s:-%{-s*}}.ko                              \
+               %{KernelD}smp/%{-d*}/${MNAME}%{-s:-%{-s*}}.ko                           \
        %{?-s:echo "alias ${MNAME} ${MNAME}-%{-s*}"                                             \\\
-               >> %{ModprobeD}/%{-n*}.conf}                                                            \
+               >> %{ModprobeD}smp/%{-n*}.conf}                                                         \
     %endif                                                                                                                     \
 done                                                                                                                           \
 %{nil}
This page took 0.072435 seconds and 4 git commands to generate.