Oops, correct umask is 0022, not 022.
This commit is contained in:
parent
ef07f290e4
commit
6be9705a03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5391
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 23 Sep 1996
|
||||
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/01/16 09:53:21 max Exp $
|
||||
# $Id: Makefile,v 1.7 1997/01/20 02:30:08 max Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mailagent-3.0pl53
|
||||
|
@ -40,7 +40,7 @@ MAN1= edusers.1 mailagent.1 maildist.1 \
|
|||
PERLPATH!= dirname `which perl5.003`
|
||||
|
||||
pre-extract:
|
||||
@if [ `/bin/sh -c umask` != 022 ]; then \
|
||||
@if [ `/bin/sh -c umask` != 0022 ]; then \
|
||||
echo "Please set umask to 022 before running make,"; \
|
||||
echo "or mailagent will not build successfully."; \
|
||||
false; fi
|
||||
|
|
Loading…
Reference in a new issue