<DC-IRC> [Discord] <nursejackass> New problem. I'm trying to override a patch. I have my modfied file in userpatches, matching the filename and directories as the file I want to replace in patch: ```vagrant@pwny-vagrant:~/lgit/pwny-builder/builders/armbian-build$ ls */kernel/archive/sunxi-6.6/patches.armbian/Add-board-BananaPi-BPI-M4-Zero.patch
<DC-IRC> [Discord] <nursejackass> patch/kernel/archive/sunxi-6.6/patches.armbian/Add-board-BananaPi-BPI-M4-Zero.patch
<DC-IRC> [Discord] <nursejackass> userpatches/kernel/archive/sunxi-6.6/patches.armbian/Add-board-BananaPi-BPI-M4-Zero.patch``` But the build does not pick up the one from userpatches. If I move the file up one directory (into userpatched/kernel/archive/sunxi-6.6) it gets run in addition to the one in patch/..., causing an error (since it is trying to patch the same stuff, just slightly differently).
<DC-IRC> [Discord] <nursejackass> So it is finding files in userpatches, but if they match an existing file in patch, it is using the one in patch. What am I doing wrong here?
<DC-IRC> [Discord] <nursejackass> New problem. I'm trying to override a patch. I have my modfied file in userpatches, matching the filename and directories as the file I want to replace in patch: ```vagrant@pwny-vagrant:~/lgit/pwny-builder/builders/armbian-build$ ls */kernel/archive/sunxi-6.6/patches.armbian/Add-board-BananaPi-BPI-M4-Zero.patch
<DC-IRC> [Discord] <nursejackass> patch/kernel/archive/sunxi-6.6/patches.armbian/Add-board-BananaPi-BPI-M4-Zero.patch
<DC-IRC> [Discord] <nursejackass> userpatches/kernel/archive/sunxi-6.6/patches.armbian/Add-board-BananaPi-BPI-M4-Zero.patch``` But the build does not pick up the one from userpatches. If I move the file up one directory (into userpatches/kernel/archive/sunxi-6.6) it gets run in addition to the one in patch/..., causing an error (since it is trying to patch the same stuff, just slightly differently).
<DC-IRC> [Discord] <nursejackass> So it is finding files in userpatches, but if they match an existing file in patch, it is using the one in patch. What am I doing wrong here?