New comment by FollieHiyuki on void-packages repository https://github.com/void-linux/void-packages/pull/30282#issuecomment-824847263 Comment: Don't know why that hunk fails ``` ❯ patch -Np0 < config.patch patching file custom/conf/app.example.ini Hunk #2 FAILED at 20. Hunk #3 succeeded at 87 (offset -2 lines). Hunk #4 succeeded at 282 (offset -6 lines). Hunk #5 succeeded at 303 (offset -6 lines). Hunk #6 succeeded at 368 (offset -6 lines). Hunk #7 succeeded at 385 (offset -6 lines). Hunk #8 succeeded at 415 (offset -6 lines). Hunk #9 succeeded at 432 (offset -6 lines). Hunk #10 succeeded at 458 (offset -6 lines). Hunk #11 succeeded at 806 (offset -32 lines). Hunk #12 succeeded at 871 (offset -32 lines). Hunk #13 succeeded at 1181 (offset -32 lines). ``` Here is the rej: ```diff @@ -20,7 +20,7 @@ [repository] ; Root path for storing all repository data. It must be an absolute path. By default, it is stored in a sub-directory of `APP_DATA_PATH`. -ROOT = +ROOT = /var/lib/gitea/repositories ; The script type this server supports. Usually this is `bash`, but some users report that only `sh` is available. SCRIPT_TYPE = bash ; DETECTED_CHARSETS_ORDER tie-break order for detected charsets. ```