summaryrefslogtreecommitdiff
path: root/apply_patches.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-04 22:35:31 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-04 22:35:31 +0200
commitd493a4d29b964f1bf48cf6e091a1e0e38349ae1d (patch)
tree336cdf3613ae531e9ecbb7a669cae865d084cc19 /apply_patches.sh
parent939a955cd78dd597f81b54d827b98a63c093d0dd (diff)
~~fix~~ workaround wownero randomwow remote
Diffstat (limited to 'apply_patches.sh')
-rwxr-xr-xapply_patches.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/apply_patches.sh b/apply_patches.sh
index b270d55..2671d46 100755
--- a/apply_patches.sh
+++ b/apply_patches.sh
@@ -29,6 +29,12 @@ fi
set -e
cd $repo
git am ../patches/$repo/*.patch
+if [[ "$repo" == "wownero" ]];
+then
+ pushd external/randomwow
+ git remote set-url origin https://github.com/mrcyjanek/randomwow.git
+ popd
+fi
git submodule init
git submodule update --init --recursive --force
touch .patch-applied