shithub: freetype+ttf2subf

Download patch

ref: 9a8006b18ee2a8bdd2889d6f0dd932d197060827
parent: 03379b653335f931cfdbfda8c859a903ad0936a3
author: Werner Lemberg <[email protected]>
date: Wed Feb 1 01:07:05 EST 2006

* builds/unix/install.mk (install): Fix path for ftmodule.h.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
 	change from 2006-01-31).
 	(TOP_DIR, OBJ_DIR): Update.
 
+	* builds/unix/install.mk (install): Fix path for ftmodule.h.
+
 2006-01-31  Werner Lemberg  <[email protected]>
 
 	Implement new, simplified module selection.  With GNU make it is now
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -54,7 +54,7 @@
           $(DESTDIR)$(includedir)/ft2build.h
 	$(INSTALL_DATA) $(OBJ_BUILD)/ftconfig.h                        \
           $(DESTDIR)$(includedir)/freetype2/freetype/config/ftconfig.h
-	$(INSTALL_DATA) $(OBJ_BUILD)/ftmodule.h                        \
+	$(INSTALL_DATA) $(OBJ_DIR)/ftmodule.h                          \
           $(DESTDIR)$(includedir)/freetype2/freetype/config/ftmodule.h
 	$(INSTALL_SCRIPT) -m 755 $(OBJ_BUILD)/freetype-config \
           $(DESTDIR)$(bindir)/freetype-config