Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37563062
en ru br
ALT Linux repos
S:5.1.25-alt6
5.0: 5.1.22-alt1
4.1: 5.1.20-alt3
4.0: 5.1.20-alt3
3.0: 5.1.18-alt1

Group :: Sciences/Mathematics
RPM: grace

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: grace-5.1.11-alt1-alt-makefile-font_links.patch
Download


diff -uNr grace-5.1.9.orig5/fonts/Makefile grace-5.1.9/fonts/Makefile
--- grace-5.1.9.orig5/fonts/Makefile	2002-06-22 15:40:21 +0400
+++ grace-5.1.9/fonts/Makefile	2002-08-14 03:27:06 +0400
@@ -57,8 +57,8 @@
 	$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/fonts
 	$(INSTALL_DATA) $(FONTDATABASE) $(DESTDIR)$(GRACE_HOME)/fonts
 	$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/fonts/type1
-	for i in $(FONTS); do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/fonts/type1; done
-	for i in $(AFMS); do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/fonts/type1; done
+	for i in $(FONTS); do $(LN_S) ../../../fonts/type1/urw/`basename $$i` $(DESTDIR)$(GRACE_HOME)/fonts/$$i; done
+	for i in $(AFMS); do $(LN_S) ../../../fonts/type1/urw/`basename $$i` $(DESTDIR)$(GRACE_HOME)/fonts/$$i; done
 	$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/fonts/enc
 	for i in $(ENCODINGS); do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/fonts/enc; done
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin