From bc4f5834af31d0f5e7a6e5190f8aad0e011e2940 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 29 Mar 2003 01:57:30 +0000
Subject: [PATCH] Ignore the result of chown.

---
 install/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/GNUmakefile b/install/GNUmakefile
index 671d2ff4ec..6a9a2319f6 100644
--- a/install/GNUmakefile
+++ b/install/GNUmakefile
@@ -117,7 +117,7 @@ else
 	$(INSBIN) $(SBBSDIR)/src/sbbs3/scfg/$(CCPRE).$(os).$(SUFFIX)/scfg $(SBBSDIR)/exec/scfg
 	$(INSBIN) $(SBBSDIR)/src/sbbs3/scfg/$(CCPRE).$(os).$(SUFFIX)/scfghelp.ixb $(SBBSDIR)/exec/scfghelp.ixb
 	$(INSBIN) $(SBBSDIR)/src/sbbs3/scfg/$(CCPRE).$(os).$(SUFFIX)/scfghelp.dat $(SBBSDIR)/exec/scfghelp.dat
-	chown -hR $(SBBSCHOWN) $(SBBSDIR)
+	-chown -hR $(SBBSCHOWN) $(SBBSDIR)
 endif
 
 # CVS checkout command-line
-- 
GitLab