搜索了很久没找到原因,急求指点啊
hanlideMacBook-Pro:demohook beyonehan$ make package
Making all for tweak demoHook…
make[2]: Nothing to be done forinternal-library-compile'. Making stage for tweak demoHook… dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775) make: *** [internal-package] Error 2 hanlideMacBook-Pro:demohook beyonehan$ open ./ hanlideMacBook-Pro:demohook beyonehan$ make package Making all for tweak demoHook… make[2]: Nothing to be done for
internal-library-compile’.
Making stage for tweak demoHook…
dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775)
make: *** [internal-package] Error 2
hanlideMacBook-Pro:demohook beyonehan$ make package messages=yes
Making all for tweak demoHook…
set -o pipefail; (/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory --no-keep-going
internal-library-compile
THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=demoHook THEOS_CURRENT_OPERATION=compile
THEOS_BUILD_DIR="." THEOS_MAKE_PARALLEL=yes)
make[2]: Nothing to be done for `internal-library-compile’.
set -o pipefail; (rm -rf "/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos/")
set -o pipefail; (/opt/theos/bin/fakeroot.sh -p “/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos/fakeroot” -c)
set -o pipefail; (mkdir -p "/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos/")
set -o pipefail; ([ -d layout ] && rsync -a “layout/” "/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos/" --exclude “DEBIAN” --exclude “MTN" --exclude “.git” --exclude “.svn” --exclude “.DS_Store” --exclude ".*” || true)
Making stage for tweak demoHook…
set -o pipefail; (mkdir -p “/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos//Library/MobileSubstrate/DynamicLibraries/")
set -o pipefail; (cp /Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos/obj/debug/demoHook.dylib "/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos//Library/MobileSubstrate/DynamicLibraries/”)
set -o pipefail; (if [[ ! -f “demoHook.plist” && ! -f “layout//Library/MobileSubstrate/DynamicLibraries/demoHook.plist” ]]; then
printf “\e[0;31m==> \e[1;31mError:\e[m %s\n” "You are missing a filter property list. Make sure it’s named demoHook.plist. Refer to http://iphonedevwiki.net/index.php/Cydia_Substrate#MobileLoader." >&2;
exit 1;
elif [[ -f “demoHook.plist” ]]; then
cp demoHook.plist “/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos//Library/MobileSubstrate/DynamicLibraries/";
fi)
set -o pipefail; (mkdir -p "/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos//DEBIAN”)
set -o pipefail; (sed -e ‘/^[Vv]ersion:/d; /^$/d; $a’ “/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/control” > “/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos//DEBIAN/control")
set -o pipefail; (echo “Version: 0.0.1-3+debug” >> "/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos//DEBIAN/control”)
set -o pipefail; (echo “Installed-Size: 1536” >> “/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos//DEBIAN/control")
set -o pipefail; (COPYFILE_DISABLE=1 /opt/theos/bin/fakeroot.sh -p “/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos/fakeroot” -r dpkg-deb -Zxz -b "/Volumes/Transcend/逆向工程/逆向操作实例/iosopendev/demohook/.theos/” “./packages/com.yourcompany.demohook_0.0.1-3+debug_iphoneos-arm.deb”)
dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775)
make: *** [internal-package] Error 2