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() {