patchrom help


Not sure if anyone is still reading here, but today i ran into a new problem. It's a new one, as i've been able to use patchrom successfully for a while now, until today.
Did a repo sync and noticed there were changes to porting.mk and util.mk, it seems the framework miui-res changes id from 3 to 6 and some dummy apks from 2-5 are installed.

This is what i get, during make workspace:

if unzip >/dev/null testrom.zip system/framework/framework-res.apk -d out >/dev/null; then /root/patchrom/tools/apktool --quiet d -f out/system/framework/framework-res.apk framework-res ; else echo system/framework/framework-res.apk does not exist, ignored!; fi

Where testrom.zip is my base rom
The event is defined around line 198 in porting.mk, but i'm unsure if it's something i can fix and how..? Anyone got ideas?