Bug report: inn-2.4.3/site/Makefile
Russ Allbery
rra at stanford.edu
Mon Apr 10 04:00:23 UTC 2006
Ernst Boetsch <Ernst.Boetsch at lrz-muenchen.de> writes:
> following patch (unified diff)
> ########################################################################
> --- ./site/Makefile.orig 2006-03-20 05:14:57.000000000 +0100
> +++ ./site/Makefile 2006-04-05 19:04:34.000000000 +0200
> @@ -137,6 +137,9 @@
> chmod $(FILEMODE) $@
> $D$(PATH_HISTORY):
> touch $@
> + chown $(NEWSUSER) $@
> + chgrp $(NEWSGROUP) $@
> + chmod $(FILEMODE) $@
> $(PATHBIN)/makedbz -i -o
> ## Remove files that are unchanged from the release version.
> ########################################################################
> prevents a "permission denied" error if
> * "make install" is performed under "root" (as told in "INSTALL")
> * $(PATH_HISTORY) does not exist before.
Thanks, applied in Subversion.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
More information about the inn-bugs
mailing list