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

perl-Tk.spec

index 09c4874cc960f81ddaff1b446bf4feb3e0bb6529..924824fb3405e5e12f43d8bdc3561509e20b7df2 100644 (file)
@@ -34,7 +34,7 @@ wykorzystaniem GUI Tk.
 
 %build
 perl Makefile.PL
-%{__make} OPTIMIZE="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+%{__make} OPTIMIZE="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.042475 seconds and 4 git commands to generate.