set ownership of /Library/LaunchDaemons/ch.ringwald.btstack to user id=0(root), group id=0(wheel)

This commit is contained in:
matthias.ringwald 2009-10-29 19:51:18 +00:00
parent 48a971537e
commit c813ee3234
4 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,9 @@ cp SpringBoardAccess-test $PACKAGE/usr/local/bin
mkdir -p $PACKAGE/Library/MobileSubstrate/DynamicLibraries
cp SpringBoardAccess.dylib SpringBoardAccess.plist $PACKAGE/Library/MobileSubstrate/DynamicLibraries
# set ownership to root:root
sudo chown -R 0:0 $PACKAGE
echo Packaging $PACKAGE
export COPYFILE_DISABLE
export COPY_EXTENDED_ATTRIBUTES_DISABLE

View File

@ -2,6 +2,7 @@
NEXT:
- prepend all source files with 'new BSD' copyright header
- sign BTstack repository
- figure out how to add BTstack logo to Cydia repository list
== Release Version 0.1

View File

@ -18,6 +18,9 @@ cp -r build/Debug-iphoneos/WiiMoteOpenGLDemo.app $PACKAGE/Applications
export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
ldid -S $PACKAGE/Applications/WiiMoteOpenGLDemo.app/WiiMoteOpenGLDemo
# set ownership to root:root
sudo chown -R 0:0 $PACKAGE
echo Packaging $PACKAGE
export COPYFILE_DISABLE
export COPY_EXTENDED_ATTRIBUTES_DISABLE

View File

@ -25,6 +25,8 @@ cp resources/*.png $PACKAGE/System/Library/CoreServices/
mkdir -p $PACKAGE/Library/LaunchDaemons/
cp resources/ch.ringwald.BTstack.plist $PACKAGE/Library/LaunchDaemons/
# set ownership to root:root
sudo chown -R 0:0 $PACKAGE
echo Packaging $PACKAGE
export COPYFILE_DISABLE