From efa69867ff70a3206838ed3eab5a1252c58f0845 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 6 Feb 2003 17:12:46 +0000 Subject: [PATCH] Added -h option to the chown command to change the ownership of symlinks. --- install/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/GNUmakefile b/install/GNUmakefile index 0d0f459b99..a8c7a4d7a1 100644 --- a/install/GNUmakefile +++ b/install/GNUmakefile @@ -112,7 +112,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 -R $(SBBSCHOWN) $(SBBSDIR) + chown -hR $(SBBSCHOWN) $(SBBSDIR) endif # CVS checkout command-line -- GitLab