]> git.pld-linux.org Git - packages/anacron.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:42 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    anacron.spec -> 1.10

anacron.spec

index efc4d81a670a0ca2c3f410363f8af62ebcd2a981..acba01495d74ac76758e897ddc078e5bc4674cf5 100644 (file)
@@ -43,7 +43,7 @@ mo
 %setup -q
 
 %build
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.046316 seconds and 4 git commands to generate.