特殊な事情で「Distribution.xml」を書き換えなければいけない場合などに。
# パッケージの展開
pkgutil --expand /path/to/package.pkg /path/to/output_dir
# 再度パッケージ化
pkgutil --flatten /path/to/output_dir /path/to/new_package.pkg
Go to list of users who liked
特殊な事情で「Distribution.xml」を書き換えなければいけない場合などに。
# パッケージの展開
pkgutil --expand /path/to/package.pkg /path/to/output_dir
# 再度パッケージ化
pkgutil --flatten /path/to/output_dir /path/to/new_package.pkg
Register as a new user and use Qiita more conveniently
Go to list of users who liked