Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Commit

Permalink
Make directory writeable by nobody before running makepkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Sep 5, 2011
1 parent 9edbe3b commit 2c8c245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makepkg-as-nobody
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ then
exit 1
fi

sudo chgrp nobody $(pwd)
sudo chmod g+w $(pwd)
sudo -u nobody makepkg "$@"

0 comments on commit 2c8c245

Please sign in to comment.