mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Correct chown syntax.
PR: 54242 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
c2c8332ca3
commit
8aa32a9df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84526
1 changed files with 11 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue