Make package install失败

错误1:
MacBook-Pro:heh $ make package install message=yes

Making all for tweak heh…
make[2]: Nothing to be done for `internal-library-compile’.
Making stage for tweak heh…
du: illegal option – -
usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k | -m | -g] [-x] [-I mask] [file …]
make: *** [internal-package] Error 137

错误2:
deMacBook-Pro:heh $ make package message=yes

Making all for tweak heh…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
==> Linking tweak heh (armv7)…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (arm64)…
==> Linking tweak heh (arm64)…
==> Merging tweak heh…
==> Signing heh…
Making stage for tweak heh…
du: illegal option – -
usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k | -m | -g] [-x] [-I mask] [file …]
make: *** [internal-package] Error 137

错误2是将生成的obj,package,.thoes包删除了显示的。
感觉是由于dpkg的问题,但是删了又安装还是有问题。不知道有没有能告诉一下这怎么解决啊。