Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux 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"

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Posts
    9
    thanks for the help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •