]> git.pld-linux.org Git - packages/checkpassword.git/commitdiff
- __cc macro can contain spaces
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 18 Feb 2005 10:01:17 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    checkpassword.spec -> 1.5

checkpassword.spec

index 9a358cd94ec83ae82bc76bba5b208dd9e3f7d4dd..fd96ebe6e4ff136bb00973f84b2d44a28a7271db 100644 (file)
@@ -36,8 +36,8 @@ wsp
 %patch1
 
 %build
-echo %{__cc} %{rpmcflags} > conf-cc
-echo "%{_prefix}" > conf-home
+echo '%{__cc} %{rpmcflags}' > conf-cc
+echo '%{_prefix}' > conf-home
 %{__make}
 
 %install
This page took 0.09915 seconds and 4 git commands to generate.