55f233
- escape macro in comments, duh
@@ -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
|
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
|