summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2019-05-14 01:27:43 +1000
committerKyle De'Vir2019-05-14 01:27:43 +1000
commit319002d03c469afc66603bfecad32fc51e53ca17 (patch)
tree7d6b658eb736df20e36084789a39f3bb208866c3
parentc28f7388dfed8eeed65eadc240e39b49d64cc7ed (diff)
downloadaur-319002d03c469afc66603bfecad32fc51e53ca17.tar.gz
Stop 'git remote add' from complaining if arch_stable is already defined
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0897ff478cd3..d8a18d98d8a4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -110,7 +110,7 @@ prepare() {
git pull --no-edit upstream_stable v${_srcver_tag}
msg2 "Adding patches from Arch Linux kernel repository..."
- git remote add arch_stable https://git.archlinux.org/linux.git
+ git remote add arch_stable https://git.archlinux.org/linux.git || true
# git pull --no-edit arch_stable "v${_srcver_tag}-arch1"
git fetch arch_stable "v5.0.13-arch1"
git cherry-pick 1ce49fc24c97401dda96f916e0aec1be26e480a8