Make make package 都能过,就是make install 报错

zhongyideMacBook-Pro-2:wificonfig root# make package

Making all for tweak wificonfig?
make[2]: Nothing to be done for internal-library-compile'. Making stage for tweak wificonfig? dm.pl: building package com.wificonfig.appstr:iphoneos-arm’ in `./packages/com.wificonfig.appstr_0.0.1-62-1+debug_iphoneos-arm.deb’
zhongyideMacBook-Pro-2:wificonfig root# make install
==> Installing?
root@192.168.1.66’s password:
dpkg: error processing archive /tmp/_theos_install.deb (–install):
parsing file ‘/var/lib/dpkg/tmp.ci/control’ near line 11 package ‘com.wificonfig.appstr’:
duplicate value for ‘Installed-Size’ field
Errors were encountered while processing:
/tmp/_theos_install.deb
make: *** [internal-install] Error 1

原来是Makefile文件有问题,好了,