mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
set ownership of /Library/LaunchDaemons/ch.ringwald.btstack to user id=0(root), group id=0(wheel)
This commit is contained in:
parent
48a971537e
commit
c813ee3234
@ -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
|
||||
|
1
TODO.txt
1
TODO.txt
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user