Remove % from configure/makeinstall comments near top to avoid premature expansion

svn: r1598
This commit is contained in:
Donald A. Peterson
2003-05-27 18:25:42 +00:00
parent dcc8a2e346
commit cb6b5acece
2 changed files with 32 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
%define rel @RELEASE@
%define prefix /usr
%define localstatedir /var/lib
# Ensure that internal RPM macros for %configure & %makeinstall
# Ensure that internal RPM macros for configure & makeinstall
# will expand properly
%define _prefix %prefix
%define _localstatedir %localstatedir
@@ -48,7 +48,7 @@ else
CFLAGS="$MYCFLAGS" %configure
fi
CFLAGS="$RPM_OPT_FLAGS" make
make
%install
rm -rf $RPM_BUILD_ROOT