diff --git a/bin/makepkg.sh b/bin/makepkg.sh index 0ac345d..518244c 100755 --- a/bin/makepkg.sh +++ b/bin/makepkg.sh @@ -101,10 +101,10 @@ makefe() { if [ $? = 0 ]; then echo "done" fi - # git checkout ${feassetsdir} - # git checkout ${felocalesdir} - # git checkout ${feconstantsdir} - # git checkout ${fehooksdir} + git checkout ${feassetsdir} + git checkout ${felocalesdir} + git checkout ${feconstantsdir} + git checkout ${fehooksdir} } makebe() {