Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from erikng/master
Browse files Browse the repository at this point in the history
Wheel, not admin.
  • Loading branch information
nmcspadden committed Jun 2, 2015
2 parents 501085f + 0f8f2be commit e4c4e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pack-usr-local-outset-everyboot-scripts-%: % l_usr_local_outset_everyboot_script

l_library_profiles: l_Library
@sudo mkdir -p ${WORK_D}/Library/Profiles
@sudo chown root:admin ${WORK_D}/Library/Profiles
@sudo chown root:wheel ${WORK_D}/Library/Profiles
@sudo chmod 755 ${WORK_D}/Library/Profiles

pack-library-profiles-%: % l_library_profiles
Expand Down

0 comments on commit e4c4e0a

Please sign in to comment.