From 109f380a98b6a4f244ed7a3af6a29fbe96082617 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Sat, 12 Oct 2019 17:04:52 +0200 Subject: [PATCH] fix path to patches --- update-gluon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-gluon.sh b/update-gluon.sh index 580b255..96e4c0d 100755 --- a/update-gluon.sh +++ b/update-gluon.sh @@ -25,7 +25,7 @@ if git rev-parse --verify "$fork_newest_minor_branch" &> /dev/null; then fi git checkout "$upstream_newest_minor" -git am patches/0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch +git am ../patches/0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch git checkout -b "$fork_newest_minor_branch" git tag "$fork_newest_minor_tag" git push origin -- GitLab