From: juandon Date: Thu, 31 Oct 2002 18:38:12 +0000 (+0000) Subject: - missing ; X-Git-Tag: rpm-4_1-2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=03b234a52263c436df65ceb35a9eaa279ae3ecc9;hp=3ee1090a50886944caf174047755ddb62e1e4045;p=packages%2Frpm-build-macros.git - missing ; Changed files: rpm.macros -> 1.90 --- diff --git a/rpm.macros b/rpm.macros index 8545a31..78018e2 100644 --- a/rpm.macros +++ b/rpm.macros @@ -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; \ } }