fix-chmod-on-install.patch

Charles Loomis, 10/06/2010 07:06 AM

Download (484 Bytes)

View differences:

install.sh
653 653

  
654 654
    # --- Set correct permissions for Image Repository ---
655 655

  
656
    if [ -d "$IMAGES_LOCATION" ]; then
657
        chmod 3770 $IMAGES_LOCATION
656
    if [ -d "$DESTDIR$IMAGES_LOCATION" ]; then
657
        chmod 3770 $DESTDIR$IMAGES_LOCATION
658 658
    fi
659 659
else
660 660
    for d in `echo $DELETE_DIRS | awk '{for (i=NF;i>=1;i--) printf $i" "}'`; do