From ff7973194f9fa8ff86944fb5c633d0de62da340f Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 7 Nov 2024 16:40:44 +0800 Subject: [PATCH] update makepkg.sh --- makepkg.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makepkg.sh b/makepkg.sh index 4dfceac..5b22bb3 100755 --- a/makepkg.sh +++ b/makepkg.sh @@ -86,6 +86,7 @@ makefe() { git checkout ${feassetsdir} git checkout ${felocalesdir} git checkout ${feconstantsdir} + git checkout ${fehooksdir} git pull if [ "${pkgtype}" == "badeb" ]; then cp -rf ${customizeddir}/images/* ${feassetsdir} @@ -102,6 +103,7 @@ makefe() { git checkout ${feassetsdir} git checkout ${felocalesdir} git checkout ${feconstantsdir} + git checkout ${fehooksdir} } makebe() {