]> git.pld-linux.org Git - packages/libtiff.git/commitdiff
- added quotes aroud passed $RPM_OPT_FLAGS (for bash 2.0.x).
authorkloczek <kloczek@pld-linux.org>
Thu, 8 Oct 1998 16:41:01 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtiff.spec -> 1.2

libtiff.spec

index 24e5a9cea318e5fc9caba81f4a140855b7baea23..73d168395e75fd6c8172f3dc76ef4958f48213b7 100644 (file)
@@ -106,7 +106,7 @@ $RPM_BUILD_ROOT/usr/man
 bsd-source-cat
 yes
 EOF
-make OPTIMIZER=$RPM_OPT_FLAGS
+make OPTIMIZER="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.127377 seconds and 4 git commands to generate.