aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
diff options
context:
space:
mode:
authoramet <amet.nospam@gmail.com>2011-06-19 23:39:06 +0400
committeramet <amet.nospam@gmail.com>2011-06-19 23:39:06 +0400
commit5b41042a5a041c5a627202152b04953e67936a06 (patch)
treede6f3fd36626250f597187d335391ba723493894 /tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
parent458092b4df09bb4ac23135ebb1c0aebf2e6728db (diff)
[ios/atv2] no, seriously ... fixed: mkdeb script to use correct path for dpkg-deb
Diffstat (limited to 'tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh')
-rwxr-xr-xtools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh4
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 7869e8584b..0a07b6561a 100755
--- a/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
+++ b/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
@@ -23,9 +23,9 @@ fi
if [ -f "/usr/bin/sudo" ]; then
SUDO="/usr/bin/sudo"
fi
-if [ -f "/Users/Shared/xbmc-depends/ios-4.2_arm7/bin/dpkg-deb" ]; then
+if [ -f "/Users/Shared/xbmc-depends/toolchain/bin/dpkg-deb" ]; then
# make sure we pickup our tar, gnutar will fail when dpkg -i
- bin_path=$(cd /Users/Shared/xbmc-depends/ios-4.2_arm7/bin; pwd)
+ bin_path=$(cd /Users/Shared/xbmc-depends/toolchain/bin; pwd)
export PATH=${bin_path}:${PATH}
fi