diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-04 09:33:50 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-04 09:33:50 +0000 |
commit | d284a66d6971980c7174701b30159bf6a9486da7 (patch) | |
tree | 0067aa60413d8b6c31d06b9bb02f19bdfcce944c /x11/tycoon | |
parent | 9f84e2fd0bf0d496dd074994f1ce741b83f3ac75 (diff) | |
download | ports-d284a66d6971980c7174701b30159bf6a9486da7.tar.gz ports-d284a66d6971980c7174701b30159bf6a9486da7.zip |
Notes
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)/?*; @@\ |