fix spec syntax
authorWolfgang Rosenauer <wr@rosenauer.org>
Sun, 16 Mar 2014 09:15:17 +0100
changeset 708 f15494a6dc10
parent 707 bfa2e0576454
child 709 7ce157f366c9
fix spec syntax
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.spec	Thu Mar 13 23:55:47 2014 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Sun Mar 16 09:15:17 2014 +0100
@@ -318,7 +318,6 @@
 ac_add_options --enable-startup-notification
 #ac_add_options --enable-chrome-format=jar
 ac_add_options --enable-update-channel=%{update_channel}
-EOF
 %if %suse_version > 1130
 ac_add_options --disable-gnomevfs
 ac_add_options --enable-gio
@@ -337,13 +336,12 @@
 %endif
 # Disable neon for arm as it does not build correctly
 %ifarch %arm
-cat << EOF >> $MOZCONFIG
 ac_add_options --disable-neon
-EOF
 %endif
 %ifnarch %ix86 x86_64
 ac_add_options --disable-webrtc
 %endif
+EOF
 make -f client.mk build
 
 %install