安装deb错误

jotekiMacBook-Pro:firstdemo TanghaoTsui$ make install
/Users/TanghaoTsui/Code/coffee/firstdemo/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
install.exec “cat > /tmp/_theos_install.deb; dpkg -i /tmp/_theos_install.deb && rm /tmp/_theos_install.deb” < “./com.yourcompany.firstdemo_0.0.1-1_iphoneos-arm.deb”
root@192.168.0.101’s password:
(Reading database … 12996 files and directories currently installed.)
Unpacking com.yourcompany.firstdemo (from /tmp/_theos_install.deb) …
dpkg-deb: file `/tmp/_theos_install.deb’ contains ununderstood data member data.tar.xz , giving up
dpkg: error processing /tmp/_theos_install.deb (–install):
subprocess dpkg-deb --fsys-tarfile returned error exit status 2
Errors were encountered while processing:
/tmp/_theos_install.deb
make: *** [internal-install] Error 1

我已经下载了dm.pl,把它重命名为dpkg,放在$THEOS/bin/下
并且已经把https://github.com/moloch–/theos/blob/master/makefiles/package/deb.mk 下载下来替换了
之后依然报错,贴出来的就是这两步都做了的结果

求大神指导,谢谢!

自己挖的坑自己埋了!
:lol:已解决,在看了p41~p45以后,我学会了用make package install,这条命令直接执行成功!

以下是代码:
jotekiMacBook-Pro:firstdemo TanghaoTsui$ make package install
/Users/TanghaoTsui/Code/coffee/firstdemo/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for application firstdemo…
Copying resource directories into the application wrapper…
Compiling main.m…
Compiling firstdemoApplication.mm…
Compiling RootViewController.mm…
Linking application firstdemo…
Stripping firstdemo…
Signing firstdemo…
Making stage for application firstdemo…
dm.pl: building package com.yourcompany.firstdemo:iphoneos-arm' in ./com.yourcompany.firstdemo_0.0.1-2_iphoneos-arm.deb’
install.exec “cat > /tmp/_theos_install.deb; dpkg -i /tmp/_theos_install.deb && rm /tmp/_theos_install.deb” < “./com.yourcompany.firstdemo_0.0.1-2_iphoneos-arm.deb”
root@192.168.0.101’s password:
(Reading database … 12996 files and directories currently installed.)
Unpacking com.yourcompany.firstdemo (from /tmp/_theos_install.deb) …
Setting up com.yourcompany.firstdemo (0.0.1-2) …

哈哈,现在我的手机上装上了我的第一个越狱app:lol::lol:,真高兴!