Added chown to Makefile to set files to Postgres user.
authorBruce Momjian
Thu, 3 Oct 1996 20:09:48 +0000 (20:09 +0000)
committerBruce Momjian
Thu, 3 Oct 1996 20:09:48 +0000 (20:09 +0000)
Does not display and generates no error messages on failure.

src/Makefile

index 00c544d78ccdfb1c1f5df64764cb25cce3bd5e57..76c60a8940ff3f023d024a7045833daa1ec7cd7e 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Makefile,v 1.4 1996/08/13 07:47:43 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Makefile,v 1.5 1996/10/03 20:09:48 momjian Exp $
 #
 # NOTES
 #  objdir  - location of the objects and generated files (eg. obj)
@@ -33,6 +33,7 @@ ifeq ($(USE_TCL), true)
 endif
    $(MAKE) -C bin $@
    $(MAKE) -C ../doc $@
+   @-chown -R $(POSTGRESLOGIN) $(POSTGRESDIR) 2>/dev/null
    @echo All of Postgres95 is successfully made.  Ready to install.
 
 TAGS: