55f233 - escape macro in comments, duh

Authored and Committed by Panu Matilainen 17 years ago
1 file changed. 1 lines added. 1 lines removed.
    - escape macro in comments, duh
    
        
file modified
+1 -1
rpm.spec CHANGED
@@ -151,7 +151,7 @@ cp -f %{SOURCE2} scripts/find-debuginfo.sh
151
151
152
152
%build
153
153
154
- # XXX pull in updated config.guess and config.sub as done by %configure
154
+ # XXX pull in updated config.guess and config.sub as done by %%configure
155
155
# which cannot be used to build rpm itself due to makefile brokenness
156
156
for i in $(find . -name config.guess -o -name config.sub) ; do
157
157
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && %{__rm} -f $i && %{__cp} -fv /usr/lib/rpm/redhat/$(basename $i) $i