This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.1 has been updated
via dc6f85c0a7e59d676f670da551946e41d7323885 (commit)
from 1796e39d0cb13f6446e58dae0bad8fefff119ef2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=dc6f85c0a7e59d676f670da551946e41d7323885
commit dc6f85c0a7e59d676f670da551946e41d7323885
Author: Franck Villaume <[email protected]>
Date: Thu Jul 5 19:51:23 2018 +0200
missing DESTDIR in ln lists command
diff --git a/src/GNUmakefile b/src/GNUmakefile
index b652176..c96b79a 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -145,7 +145,7 @@ install-lists: install-base-dirs
$(CP_R) cronjobs/lists $(DESTDIR)$(pkgdatadir)/cronjobs/
$(CP_R) post-install.d/lists $(DESTDIR)$(pkgdatadir)/post-install.d/
$(INSTALL) -d -m 00755 $(DESTDIR)$(pkgdatadir)/lists/
- ln -fs /usr/lib/mailman/cgi-bin $(pkgdatadir)/lists/
+ ln -fs /usr/lib/mailman/cgi-bin $(DESTDIR)$(pkgdatadir)/lists/
install-ftp: install-base-dirs
$(CP_R) cronjobs/ftp $(DESTDIR)$(pkgdatadir)/cronjobs/
-----------------------------------------------------------------------
Summary of changes:
src/GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits