Skip to content

Commit

Permalink
temp exclude install on iphone/ipad under ios5 until we fix ffmpeg asm
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed May 2, 2012
1 parent d32380d commit 7f01610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
Expand Up @@ -58,6 +58,7 @@ mkdir -p $DIRNAME/$PACKAGE/DEBIAN
echo "Package: $PACKAGE" > $DIRNAME/$PACKAGE/DEBIAN/control
echo "Priority: Extra" >> $DIRNAME/$PACKAGE/DEBIAN/control
echo "Name: XBMC-iOS" >> $DIRNAME/$PACKAGE/DEBIAN/control
echo "Pre-Depends: firmware (<< 5.0)" >> $DIRNAME/$PACKAGE/DEBIAN/control
echo "Depends: firmware (>= 4.1), curl, org.xbmc.xbmc-iconpack" >> $DIRNAME/$PACKAGE/DEBIAN/control
echo "Version: $VERSION-$REVISION" >> $DIRNAME/$PACKAGE/DEBIAN/control
echo "Architecture: iphoneos-arm" >> $DIRNAME/$PACKAGE/DEBIAN/control
Expand Down

0 comments on commit 7f01610

Please sign in to comment.