]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- missing ;
authorjuandon <witekfl@pld-linux.org>
Thu, 31 Oct 2002 18:38:12 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.90

rpm.macros

index 8545a31c2d6cd97e0d8703d7dec0ee57d65f1055..78018e250c3a3fd1bd04c4424a2d9a1a32eceb4b 100644 (file)
@@ -224,7 +224,7 @@ echo "Compress kernel modules if any."; \
        find $RPM_BUILD_ROOT/lib/modules -name \*.o -type f -print | \
        xargs -r %{__gzip} -9nf; \
           find $RPM_BUILD_ROOT/lib/modules -name \*.o -type l -printf "%p %l\n" | \
-          while read a b; do ln -sf $b.gz $a.gz; rm -f $a; done \
+          while read a b; do ln -sf $b.gz $a.gz; rm -f $a; done; \
     fi; \
 } }
 
This page took 0.148547 seconds and 4 git commands to generate.