From 55f2331e0cb2625d0cd2987974767c81ce33b9ad Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Oct 03 2007 14:02:43 +0000 Subject: - escape macro in comments, duh --- diff --git a/rpm.spec b/rpm.spec index 34d30cf..539868d 100644 --- a/rpm.spec +++ b/rpm.spec @@ -151,7 +151,7 @@ cp -f %{SOURCE2} scripts/find-debuginfo.sh %build -# XXX pull in updated config.guess and config.sub as done by %configure +# XXX pull in updated config.guess and config.sub as done by %%configure # which cannot be used to build rpm itself due to makefile brokenness for i in $(find . -name config.guess -o -name config.sub) ; do [ -f /usr/lib/rpm/redhat/$(basename $i) ] && %{__rm} -f $i && %{__cp} -fv /usr/lib/rpm/redhat/$(basename $i) $i