Correct chown syntax.

PR:		54242
Submitted by:	Mark Linimon <linimon@lonesome.com>
This commit is contained in:
Christian Weisgerber 2003-07-09 15:07:34 +00:00
parent c2c8332ca3
commit 8aa32a9df9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84526

View file

@ -1,5 +1,5 @@
--- Makefile.orig Wed Nov 13 05:06:28 2002
+++ Makefile Thu Jan 16 04:47:43 2003
--- Makefile.orig Wed Nov 13 14:06:28 2002
+++ Makefile Wed Jul 9 17:04:06 2003
@@ -7,9 +7,7 @@
# on Linux systems "make ; make install" (run as superuser) should do everything
#
@ -20,3 +20,12 @@
SOURCES.h =
SOURCES.c =
SOURCES.G =
@@ -110,7 +108,7 @@
install:
cp $(PROGRAM) $(INSTALLPATH)
cd $(INSTALLPATH)
- chown root.bin $(PROGRAM)
+ chown root:bin $(PROGRAM)
chmod 755 $(PROGRAM)
run: