Put a newline at the end of the file.
[metze/wireshark/wip.git] / macosx-support-lib-patches / qt-fix-pc-file
index 8d331ca3b6c9d02efc8400395d7d5a8c320cfc9c..e7cbec7ae31155e82dda81c57b91971536504033 100755 (executable)
@@ -10,7 +10,7 @@
 #
 ed - "$1" <<EOF
 H
-/^Cflags: /s;-I\${includedir}/\([A-Za-z0-9]*\);-I\${libdir}/\1.framework/Versions/5/Headers;p
-/^Cflags: /s;;Cflags: -F\${libdir} ;p
+/^Cflags: /s;-I\${includedir}/\([A-Za-z0-9]*\);-I\${libdir}/\1.framework/Versions/5/Headers;
+/^Cflags: /s;;Cflags: -F\${libdir} ;
 w
 q