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 /x11/tycoon | |
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 'x11/tycoon')
-rw-r--r-- | x11/tycoon/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tycoon/files/patch-ac b/x11/tycoon/files/patch-ac index c4c4fc7ec862..9f9cff8db188 100644 --- a/x11/tycoon/files/patch-ac +++ b/x11/tycoon/files/patch-ac @@ -33,7 +33,7 @@ else (set -x; $(MKDIRHIER) $(XBACKDROP_DIR)); fi @@\ cp backdrops/?* $(XBACKDROP_DIR); @@\ - chown root.root $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\ -+ chown root.daemon $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\ ++ chown root:daemon $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\ chmod 0755 $(XBACKDROP_DIR); @@\ chmod 0644 $(XBACKDROP_DIR)/?*; @@\ |