diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-15 22:52:00 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-15 22:52:00 +0000 |
commit | e5db4c998ce9f42ad3818c0d430dfee8042cc80d (patch) | |
tree | 2ac6698a12d27844280a45f0b2e548705259e125 /editors/staroffice70 | |
parent | bae64895978f56f05256d5e98a58ec9f41399e23 (diff) | |
download | FreeBSD-ports-e5db4c998ce9f42ad3818c0d430dfee8042cc80d.zip FreeBSD-ports-e5db4c998ce9f42ad3818c0d430dfee8042cc80d.tar.gz |
chmod is a wonderful thing -- it can do more than one thing at a time.
Diffstat (limited to 'editors/staroffice70')
-rw-r--r-- | editors/staroffice70/pkg-message | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/staroffice70/pkg-message b/editors/staroffice70/pkg-message index 9b8b703..42cebc6c 100644 --- a/editors/staroffice70/pkg-message +++ b/editors/staroffice70/pkg-message @@ -17,8 +17,7 @@ and crashes. Workaround: -# chmod 777 $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office -# chmod +s $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office +# chmod a=rwx,+s $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office $PREFIX is in most cases "/usr/local". Adding +s on the config directory does make it writable for later. |