projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f9ad17
)
build-nmh-cygwin no longer needs to DISABLE_SETGID_MAIL now that configure
author
David Levine
<levinedl@acm.org>
Mon, 7 May 2012 23:33:18 +0000
(18:33 -0500)
committer
David Levine
<levinedl@acm.org>
Mon, 7 May 2012 23:33:18 +0000
(18:33 -0500)
uses fcntl on Cygwin.
SPECS/build-nmh-cygwin
patch
|
blob
|
history
diff --git
a/SPECS/build-nmh-cygwin
b/SPECS/build-nmh-cygwin
index
620836d
..
359925f
100755
(executable)
--- a/
SPECS/build-nmh-cygwin
+++ b/
SPECS/build-nmh-cygwin
@@
-62,9
+62,6
@@
export REL=`echo $tscriptname | sed -e "s/${PKG}\-${VER}\([+-]\)/\1/"`
# from the upstream package name, you will want to redefine BASEPKG.
# Example: For Apache 2, BASEPKG=httpd-2.x.xx but SHORTPKG=apache2-2.x.xx
#
-# Change from generic-build-script: added DISABLE_SETGID_MAIL=1 so that
-# install will not try to chgrp/chmod bin/inc.
-export DISABLE_SETGID_MAIL=1
# Change from generic-build-script: added -${REL} to BASEPKG.
export BASEPKG=${PKG}-${VER}${REL}
export SHORTPKG=${PKG}-${VER}