[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[PATCH] Adjust-fontforge-path-with-env-as-a-source-build



Please find attached a patch against
git://git.fedorahosted.org/liberation-fonts.git


Cheers,

-- 
Nicolas Spalinger
http://scripts.sil.org
http://pkg-fonts.alioth.debian.org/
https://launchpad.net/people/fonts



From 1dc76e35a0f920800d8fb1911d5db084980b2e55 Mon Sep 17 00:00:00 2001
From: Nicolas Spalinger <nicolas yosch org>
Date: Wed, 14 May 2008 12:20:48 +0200
Subject: [PATCH] Adjust fontforge path with env as a source build installs to /usr/local by default

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 95af285..443ecd8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 VER = 1.04
-FONTFORGE = /usr/bin/fontforge
+FONTFORGE = /usr/bin/env fontforge
 
 SRCDIRS = $(shell find -type d | grep -v .git)
 BINDIRS = $(shell find -type d | grep -v .git | grep -v src)
-- 
1.5.4.3

Attachment: signature.asc
Description: OpenPGP digital signature


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]