From 96fc97868b97435776d87a32ff72589a26677476 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 3 Sep 2011 12:30:47 +0200 Subject: [PATCH] groff: Fix rebuild. --- lfs/groff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/groff b/lfs/groff index d654c05b29..1739fee23b 100644 --- a/lfs/groff +++ b/lfs/groff @@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && PAGE=A4 ./configure --prefix=/usr --enable-multibyte --disable-nls cd $(DIR_APP) && make cd $(DIR_APP) && make install - ln -sv eqn /usr/bin/geqn - ln -sv tbl /usr/bin/gtbl + ln -svf eqn /usr/bin/geqn + ln -svf tbl /usr/bin/gtbl @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.5