Use the owner:group form instead in the call to chown(1).

This commit is contained in:
Steve Price 2001-07-25 17:42:32 +00:00
parent 3f663e605b
commit e3ccc7a3e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45478

View File

@ -46,7 +46,7 @@ InstallProgramWithFlags(yamsweeper,$(INSTALLDIR),$(INSTUIDFLAGS))
InstallManPage(yamsweeper,$(MANDIR))
install::
chown $(OWNER).$(GROUP) $(BINDIR)/yamsweeper
chown $(OWNER):$(GROUP) $(BINDIR)/yamsweeper
chmod 2755 $(BINDIR)/yamsweeper