]> git.pld-linux.org Git - packages/awesome-status.git/commitdiff
- swap the ./configure and CFLAGS order
authorZsolt Udvari <uzsolt@pld-linux.org>
Tue, 9 Sep 2008 19:35:21 +0000 (19:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awesome-status.spec -> 1.3

awesome-status.spec

index 0069384c747632a411e220ac17fbe5a8b72de6d5..2d17cce308fa92fe5a351a78ab7b56a36e22acd0 100644 (file)
@@ -37,7 +37,7 @@ konfigurációs fájl a csomagban. Awesome-status kompatibilis az awesome
 sed -i "s|doc/awesome-status/|doc/awesome-status-%{version}/|g" Makefile
 
 %build
-./configure --prefix=$RPM_BUILD_ROOT%{_prefix} CFLAGS=%{rpmcflags}
+CFLAGS="%{rpmcflags}" ./configure --prefix=$RPM_BUILD_ROOT%{_prefix} 
 %{__make}
 
 %install
This page took 0.085499 seconds and 4 git commands to generate.