diff options
author | S. Davilla <davilla@4pi.com> | 2011-05-12 12:21:45 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-05-12 12:22:01 -0400 |
commit | 1150e07098e52b9b3abce8dd46686cf11966ccb4 (patch) | |
tree | 40a6148e9e289a046c6f234ee38c6f217d46428a /tools | |
parent | 42d023004beac93f7e90ba428650f4b5e82afc2e (diff) |
[ops] fixed, it helps to copy over the actual seatbelt unlock patch
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh b/tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh index 23bb618542..067827b737 100755 --- a/tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh +++ b/tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh @@ -12,7 +12,7 @@ fi PACKAGE=org.xbmc.xbmc-seatbeltunlock VERSION=1.0 -REVISION=3 +REVISION=4 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION @@ -87,6 +87,7 @@ mkdir -p $PACKAGE/var/tmp cp 12313417e3afeba6531255af58cb5283.patch $PACKAGE/var/tmp/ cp 5a28620a15c15d41e1ae836dd1f95f8d.patch $PACKAGE/var/tmp/ cp 03e48c66a9cae1ff768eb3fe7981c499.patch $PACKAGE/var/tmp/ +cp 42d00865f281bb662b6ce447c9815e59.patch $PACKAGE/var/tmp/ # set ownership to root:root ${SUDO} chown -R 0:0 $PACKAGE |