]> git.pld-linux.org Git - packages/screen.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:47 +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:
    screen.spec -> 1.37

screen.spec

index 60122a6d43b48125071741da33f6007dde8a35d4..d45ca53ddc91ff0ec0c8d3cf05930358c917eb75 100644 (file)
@@ -77,7 +77,7 @@ autoconf
        --with-libpam \
        --disable-socket-dir 
        
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" 
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" 
 (cd doc; rm -f screen.info*; makeinfo screen.texinfo)
 
 %install
This page took 0.0849800000000001 seconds and 4 git commands to generate.