Results 1 to 3 of 3
i am building a lfs system and i am using debian as my host system. but i am confused about how i patch the source files. what command do i ...
- 05-27-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
patching files
i am building a lfs system and i am using debian as my host system. but i am confused about how i patch the source files. what command do i use to patch and do i patch the tar ball or the unpacked code?
- 05-28-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
hi
naturally you can patch the unpacked code only.
linux have a patch command.
copy the patch file to the unpacked codes main directory and
[code]
cat <patchfile | patch -p1
[code]
and read "man patch"
- 05-28-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
thanks for the help


Reply With Quote
