Skip to content
Snippets Groups Projects
Commit 109f380a authored by nrbffs's avatar nrbffs
Browse files

fix path to patches

parent e7745ee5
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ if git rev-parse --verify "$fork_newest_minor_branch" &> /dev/null; then ...@@ -25,7 +25,7 @@ if git rev-parse --verify "$fork_newest_minor_branch" &> /dev/null; then
fi fi
git checkout "$upstream_newest_minor" 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 checkout -b "$fork_newest_minor_branch"
git tag "$fork_newest_minor_tag" git tag "$fork_newest_minor_tag"
git push origin git push origin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment