]> arthur.barton.de Git - ngircd-alex.git/commit
Build OS X package with correct file permissions
authorAlexander Barton <alex@barton.de>
Wed, 27 Mar 2013 12:09:23 +0000 (13:09 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 27 Mar 2013 12:11:30 +0000 (13:11 +0100)
commit7f9bce705c72b7fc8ab597b67c0255a154b8b3bd
tree7efb55e19d0c2f99b6895c5e23005a6a8e086148
parentce3e41cf4ce7a968bc092d7028e5744e7220c8df
Build OS X package with correct file permissions

This requires to have the correct permissions in the source tree, which
is "root:wheel", which in turn requires root privileges. Therefore the
Makefile now tries to become root on "make osxpkg-dest" but tries hard
not to require root privileges on "clean" etc.
Makefile.am