File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
7
7
# Portions Copyright (c) 1994, Regents of the University of California
8
8
#
9
- # $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.78 2009/08 /26 22:24:43 petere Exp $
9
+ # $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.79 2009/10 /26 21:11:22 petere Exp $
10
10
#
11
11
# -------------------------------------------------------------------------
12
12
@@ -100,7 +100,7 @@ regress_data_files = \
100
100
install-tests : all install install-lib installdirs-tests
101
101
$(MAKE ) -C $(top_builddir ) /contrib/spi install
102
102
for file in $( regress_data_files) ; do \
103
- $(INSTALL_DATA ) $$ file ' $(DESTDIR)$(pkglibdir)/regress/' $$ file; \
103
+ $(INSTALL_DATA ) $$ file ' $(DESTDIR)$(pkglibdir)/regress/' $$ file || exit ; \
104
104
done
105
105
106
106
installdirs-tests : installdirs
You can’t perform that action at this time.
0 commit comments