diff options
author | davilla <davilla@4pi.com> | 2012-09-20 22:02:01 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-09-20 22:03:04 -0400 |
commit | e26ce85805260d3db095c1d988ecce3cbd020111 (patch) | |
tree | fe174d8a67a43377dd749e428515db1951052195 /tools/darwin/packaging/xbmc-ios | |
parent | 0a489516f0e76d3454bd91aae94fd4b34db85ca8 (diff) |
Revert "[ios] dpkg-deb -info can seq fault and abort the buildbot, info is not really required so comment it out"
This reverts commit c31aca24e63b1b70a6e207f360f134f460cbe2d7.
buildbot needs this info, opps.
Diffstat (limited to 'tools/darwin/packaging/xbmc-ios')
-rwxr-xr-x | tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh b/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh index a3736f5742..20b4ca4beb 100755 --- a/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh +++ b/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh @@ -96,8 +96,8 @@ export COPYFILE_DISABLE=true export COPY_EXTENDED_ATTRIBUTES_DISABLE=true # dpkg-deb -b $DIRNAME/$PACKAGE $DIRNAME/$ARCHIVE -#dpkg-deb --info $DIRNAME/$ARCHIVE -#dpkg-deb --contents $DIRNAME/$ARCHIVE +dpkg-deb --info $DIRNAME/$ARCHIVE +dpkg-deb --contents $DIRNAME/$ARCHIVE # clean up by removing package dir ${SUDO} rm -rf $DIRNAME/$PACKAGE |