Revision: 22494 http://gar.svn.sourceforge.net/gar/?rev=22494&view=rev Author: pfelecan Date: 2013-11-13 14:29:22 +0000 (Wed, 13 Nov 2013) Log Message: ----------- verbiste/trunk: TeX files must go tho their destination (corresponding patch)
Added Paths: ----------- csw/mgar/pkg/verbiste/trunk/files/0002-fix-TeX-destination.patch Added: csw/mgar/pkg/verbiste/trunk/files/0002-fix-TeX-destination.patch =================================================================== --- csw/mgar/pkg/verbiste/trunk/files/0002-fix-TeX-destination.patch (rev 0) +++ csw/mgar/pkg/verbiste/trunk/files/0002-fix-TeX-destination.patch 2013-11-13 14:29:22 UTC (rev 22494) @@ -0,0 +1,25 @@ +From 76e557835899a057bd7483e51099e02e7354f3ef Mon Sep 17 00:00:00 2001 +From: Peter Felecan <pfele...@opencsw.org> +Date: Wed, 13 Nov 2013 15:09:54 +0100 +Subject: [PATCH] fix TeX destination + +--- + src/gtk/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am +index b83eb11..28bb898 100644 +--- a/src/gtk/Makefile.am ++++ b/src/gtk/Makefile.am +@@ -10,7 +10,7 @@ localedir = $(datadir)/locale + hicolordir = $(datadir)/icons/hicolor + pixmapdir = $(hicolordir)/scalable/apps + libdatadir = $(datadir)/$(PACKAGE)-$(API) +-latexdir = $(datadir)/texmf/tex/latex/$(PACKAGE) ++latexdir = $(datadir)/texmf-local/tex/latex/$(PACKAGE) + + ############################################################################### + +-- +1.8.4.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.