1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

Chown is not always located in /bin (BSD)

git-svn-id: http://svn.opennebula.org/one/trunk@872 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2009-10-21 15:48:46 +00:00
parent 77d9899901
commit e55e013b58

View File

@ -576,7 +576,7 @@ fi
if [ "$UNINSTALL" = "no" ] ; then
for d in $CHOWN_DIRS; do
/bin/chown -R $ONEADMIN_USER:$ONEADMIN_GROUP $DESTDIR$d
chown -R $ONEADMIN_USER:$ONEADMIN_GROUP $DESTDIR$d
done
# Create library links
if [ "$CLIENT" = "no" ] ; then