View Single Post
Posts: 359 | Thanked: 162 times | Joined on Jan 2011 @ Budapest
#384
Originally Posted by sm8ps View Post
Find attached a patch to update the file '/opt/dropn900/transfers.py'. If you are ignorant about how to work with patches (like myself half an hour ago) then let me give you some advice. From the terminal as root:
1.) mv transfers-pm.py.patch.txt /opt/dropn900/
2.) cd /opt/dropn900/
3.) patch -b -i transfers-pm.py.patch.txt
This will apply the patch to the file '/opt/dropn900/transfers.py' while backing up the original version in the same folder. So if need be, you can easily revert to Jonnenau's original version.
I am getting an error for using the -b flag:

------------------------------------------------------------------------------------
Nokia-N900:/opt/dropn900# patch -b -i transfers-pm.py.patch.txt
patch: invalid option -- b
BusyBox v1.19.2 (Debian 1.19.2power1) multi-call binary.

Usage: patch [OPTIONS] [ORIGFILE [PATCHFILE]]

-p,--strip N Strip N leading components from file names
-i,--input DIFF Read DIFF instead of stdin
-R,--reverse Reverse patch
-N,--forward Ignore already applied patches
-E,--remove-empty-files Remove output files if they become empty
------------------------------------------------------------------------------------

What am I doing wrong?