[SCM] an open source computer algebra system branch, master-3-1-5, updated. dcebb184fbf374a8905edd0b02d7795bc29620e9

Felix Salfelder felix at salfelder.org
Mon Jul 15 18:42:32 UTC 2013


The following commit has been merged in the master-3-1-5 branch:
commit 80af528c075a9215ceb425f9221350be1a184fc3
Author: Felix Salfelder <felix at salfelder.org>
Date:   Mon Jul 15 20:34:30 2013 +0200

    install factory.h where libfac expects it.

diff --git a/factory/GNUmakefile.in b/factory/GNUmakefile.in
index ad740c9..f2b9c96 100644
--- a/factory/GNUmakefile.in
+++ b/factory/GNUmakefile.in
@@ -549,7 +549,7 @@ installcf:	cf
 		$(INSTALL_DATA) $(libfactory) $(DESTDIR)$(libdir)/$(libfactory)
 		-$(INSTALL_DATA) libsingcf_g.a $(DESTDIR)$(libdir)/libsingcf_g.a
 		-$(INSTALL_DATA) libsingcf_p.a $(DESTDIR)$(libdir)/libsingcf_p.a
-		$(INSTALL_DATA) factory.h $(DESTDIR)$(includedir)/factory.h
+		$(INSTALL_DATA) factory.h $(DESTDIR)$(includedir)/factory/factory.h
 		$(INSTALL_DATA) cf_gmp.h $(DESTDIR)$(includedir)/factory/cf_gmp.h
 		$(INSTALL_DATA) factoryconf.h $(DESTDIR)$(includedir)/factory/factoryconf.h
 		# FIXME: what is templatedir?

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list