fix wownero coin control

use proper headers
properly apply patches
This commit is contained in:
Czarek Nakamoto
2024-03-27 15:46:01 +01:00
parent b2ce0ed438
commit 04d0262686
5 changed files with 191 additions and 66 deletions

View File

@@ -28,12 +28,8 @@ fi
set -e
cd $repo
git apply ../patches/$repo/*.patch --index
git am ../patches/$repo/*.patch
git submodule init
git submodule update --init --recursive --force
touch .patch-applied
git add .
git config user.email "you@example.com"
git config user.name "Your Name"
git commit -m 'patch applied' # fatal: path 'external/polyseed' exists on disk, but not in 'HEAD'
echo "you are good to go!"