Changes

From Amahi Wiki
Jump to: navigation, search
4 bytes added ,  17:51, 12 September 2009
m
no edit summary
diff -r -N -b -u html.orig html > app-patch.diff
* This then can go into the install script as follows:
patch -p0 -E << 'EOF'
.... contents of app-patch.diff here ....
'EOF'
Note: If patching a single file above, after the 'patch -p0 -E' and before the '<< EOF', insert the filename of file to be patched. Otherwise, installer will attempt to prompt for File to patch and then skip immediately since its automated.
24

edits