diff options
author | dirk <dirk@FreeBSD.org> | 2001-06-04 17:33:50 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-06-04 17:33:50 +0800 |
commit | 905996d46c95211bef43bd37c6ce0c6658e99f6b (patch) | |
tree | 87300132ae47883b8772ed3990d51ed6f5f6f94f /print/lout | |
parent | 1d46873d33f645a1e21faa232e6d020e963a017d (diff) | |
download | freebsd-ports-gnome-905996d46c95211bef43bd37c6ce0c6658e99f6b.tar.gz freebsd-ports-gnome-905996d46c95211bef43bd37c6ce0c6658e99f6b.tar.zst freebsd-ports-gnome-905996d46c95211bef43bd37c6ce0c6658e99f6b.zip |
POSIX syntax for chown.
Diffstat (limited to 'print/lout')
-rw-r--r-- | print/lout/files/patch-01 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lout/files/patch-01 b/print/lout/files/patch-01 index 0ce903b95e1d..86a47a498687 100644 --- a/print/lout/files/patch-01 +++ b/print/lout/files/patch-01 @@ -125,7 +125,7 @@ chmod 755 $(DOCDIR) chmod 755 $(DOCDIR)/* chmod 644 $(DOCDIR)/*/* -+ chown -R bin.bin $(DOCDIR) ++ chown -R bin:bin $(DOCDIR) installfr: @echo "" |