/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2016-03-02 17:35:23 UTC
  • Revision ID: teddy@recompile.se-20160302173523-rdhzeatfxr582i2c
Use "nogroup" as a fallback group, not "nobody".

* Makefile (GROUP): Use "nogroup" as a fallback group, not "nobody".
* mandos (main): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
SED=sed
49
49
 
50
50
USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534)))
51
 
GROUP=$(firstword $(subst :, ,$(shell getent group _mandos || getent group nobody || echo 65534)))
 
51
GROUP=$(firstword $(subst :, ,$(shell getent group _mandos || getent group nogroup || echo 65534)))
52
52
 
53
53
## Use these settings for a traditional /usr/local install
54
54
# PREFIX=$(DESTDIR)/usr/local