Work around rpm braindamage: you can't have "%" in comments!?

This commit is contained in:
Bryan O'Sullivan 2007-09-30 03:18:21 +00:00
parent cdb710ffe5
commit 11b87bfd13

View File

@ -9,10 +9,10 @@
# the misery, do a complete build once using "rpmbuild -bc", then copy # the misery, do a complete build once using "rpmbuild -bc", then copy
# your built tree to a directory of the same name suffixed with # your built tree to a directory of the same name suffixed with
# ".built", using "cp -al". Finally, set this variable, and it will # ".built", using "cp -al". Finally, set this variable, and it will
# copy the already-built tree into place during %build instead of # copy the already-built tree into place during build instead of
# actually doing the build. # actually doing the build.
# #
# Obviously, this can only work if you leave the %build section # Obviously, this can only work if you leave the build section
# completely untouched between builds. # completely untouched between builds.
%define package_debugging 0 %define package_debugging 0