CVS Commit by dpage: Fixup the line ends in the VC++ project files when
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Fixup the line ends in the VC++ project files when
Log Message:
-----------
Fixup the line ends in the VC++ project files when building a tarball
[Alexander Borkowski]
Modified Files:
--------------
pgadmin3/pkg/src:
build-tarball (r1.11 -> r1.12)
Index: build-tarball
===================================================================
RCS file: /projects/pgadmin3/pkg/src/build-tarball,v
retrieving revision 1.11
retrieving revision 1.12
diff -Lpkg/src/build-tarball -Lpkg/src/build-tarball -u -w -r1.11 -r1.12
--- pkg/src/build-tarball
+++ pkg/src/build-tarball
@@ -30,6 +30,9 @@
touch Makefile.am
touch src/Makefile.am
+# Fixup the line ends in the VC++ project files
+/usr/bin/perl -wlpi -e 's/$/\r/' src/pgAdmin3.ds{p,w}
+
# Bootstrap
/bin/sh bootstrap
Home |
Main Index |
Thread Index