* 'chown' command was missing owner:group options.
Signed-off-by: Jacob Stiffler <[email protected]>
---
setup-targetfs-nfs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-targetfs-nfs.sh b/setup-targetfs-nfs.sh
index 695f799..d8d6805 100644
--- a/setup-targetfs-nfs.sh
+++ b/setup-targetfs-nfs.sh
@@ -70,7 +70,7 @@ extract_fs() {
# Opt isn't a standard Linux directory. First make sure it exist.
if [ -d $1/opt ];
then
- sudo chown -R $1/opt
+ sudo chown -R $me:$me $1/opt
check_status
fi
--
1.7.9.5
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago