diff options
author | reinoud <reinoud@pkgsrc.org> | 2006-01-22 22:27:22 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2006-01-22 22:27:22 +0000 |
commit | a9df73c769c01014d10d3a20b0609c49605a257c (patch) | |
tree | a77142528e2241c9c999f5f2ae2be74b896c18ab /graphics/blender | |
parent | feffa4d7cb690e6f9a835a96676ef80094347d8b (diff) | |
download | pkgsrc-a9df73c769c01014d10d3a20b0609c49605a257c.tar.gz |
Update message. The proposed rm of the ~/.blender needed the flags `-rf' to
be effective. Not a problem, but an annoyance for users that might not be
well introduced enough.
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/blender/MESSAGE b/graphics/blender/MESSAGE index 4a9b2b289b6..4f467dfee99 100644 --- a/graphics/blender/MESSAGE +++ b/graphics/blender/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2005/03/04 16:04:59 reinoud Exp $ +$NetBSD: MESSAGE,v 1.2 2006/01/22 22:27:22 reinoud Exp $ Due to oddities in the blender package, running `blender' will soft-link the global blender directory to your home directory as ~/.blender to run @@ -7,7 +7,7 @@ properly with all scripts attached. Customisation can be done individually by copying the directory ~/.blender points to to your own homedirectory : - rm ~/.blender + rm -rf ~/.blender cp -R ${PREFIX}/share/blender ~/.blender and customise/add your own stuff like scripts etc. in it. |