[Wine-patches] [eter-1.0.12] makefile in fonts corrected

Alexander Morozov amorozov на etersoft.ru
Чт Апр 21 20:28:06 MSD 2011


----------- следующая часть -----------
From 0edc9dbcba6fdc1e907e3c95ab885a131773f81e Mon Sep 17 00:00:00 2001
From: Alexander Shevelev <alexalv на etersoft.ru>
Date: Thu, 21 Apr 2011 19:10:18 +0400
Subject: [PATCH] makefile in fonts corrected

---
 fonts/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fonts/Makefile.in b/fonts/Makefile.in
index 004a930..7c9de9a 100644
--- a/fonts/Makefile.in
+++ b/fonts/Makefile.in
@@ -182,7 +182,7 @@ marlett.ttf: $(TOPSRCDIR)/fonts/marlett.ttf
 	[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/marlett.ttf $@)
 
 micross.ttf: $(TOPSRCDIR)/fonts/micross.ttf
-        [ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/micross.ttf $@)
+	[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/micross.ttf $@)
 
 symbol.ttf: $(TOPSRCDIR)/fonts/symbol.ttf
 	[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/symbol.ttf $@)
-- 
1.7.4.4



Подробная информация о списке рассылки Wine-patches