Subversion Repositories DevTools

Rev

Rev 1530 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1530 Rev 1570
Line 67... Line 67...
67
        fi
67
        fi
68
    fi
68
    fi
69
done
69
done
70
 
70
 
71
if [ "$1" = "ENDOFCLASS" ]; then
71
if [ "$1" = "ENDOFCLASS" ]; then
-
 
72
#   Dont do the -f option here as it stops the package from setting the modtimes of the
-
 
73
#   resultant files to the value in the pkgmap file. 
-
 
74
#   The files are already in pkgmap and pkgadd will do its own finalise on completion
72
    installf -f -c replace $PKGINST
75
#    installf -f -c replace $PKGINST
73
    echo "Replacements Completed"
76
    echo "Replacements Completed"
74
    if [ -n "$Warn" ]; then
77
    if [ -n "$Warn" ]; then
75
        printf "$Warn"
78
        printf "$Warn"
76
    fi
79
    fi
77
fi
80
fi