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
 
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to