Author: manuel Date: 2008-10-31 14:55:26 +0000 (Fri, 31 Oct 2008) New Revision: 2603
Modified: trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch Log: Set DATADIR to "../fonts" directly instead of overwriting it in debian/rules Modified: trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch =================================================================== --- trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch 2008-10-31 14:53:39 UTC (rev 2602) +++ trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch 2008-10-31 14:55:26 UTC (rev 2603) @@ -1,12 +1,10 @@ -Index: phylip-3.68/src/Makefile -=================================================================== ---- phylip-3.68.orig/src/Makefile 2008-08-13 20:45:15.000000000 +0200 -+++ phylip-3.68/src/Makefile 2008-10-30 16:01:35.000000000 +0100 +--- a/src/Makefile ++++ b/src/Makefile @@ -51,6 +51,7 @@ # # the following specifies the directory where the executables will be placed EXEDIR = ../exe -+DATADIR = ../exe ++DATADIR = ../fonts # # ---------------------------------------------------------------------------- # _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
