From dd5add17a841a7e50f871c48e6121eaff7ff99d5 Mon Sep 17 00:00:00 2001 From: ms Date: Sun, 8 Oct 2006 19:16:18 +0000 Subject: [PATCH] Zwischencommit fuer LFS. Groff und IPRoute2. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@308 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- lfs/groff | 2 +- lfs/iproute2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/groff b/lfs/groff index d2df3929e9..911096e773 100644 --- a/lfs/groff +++ b/lfs/groff @@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && sed -i -e 's/2010/002D/' -e 's/2212/002D/' \ -e 's/2018/0060/' -e 's/2019/0027/' font/devutf8/R.proto cd $(DIR_APP) && PAGE=A4 ./configure --prefix=/usr --enable-multibyte --disable-nls - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make cd $(DIR_APP) && make install ln -sv eqn /usr/bin/geqn ln -sv tbl /usr/bin/gtbl diff --git a/lfs/iproute2 b/lfs/iproute2 index 7f926bfa22..fd5f7809a1 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -31,7 +31,7 @@ VER = 2.6.16-060323 THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/iproute2 +DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) ############################################################################### @@ -73,8 +73,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && tar xfz $(DIR_DL)/htb3.6-020525.tgz *.diff - cd $(DIR_APP) && for i in htb3*tc.diff ; do patch -Np1 < $$i; done +# cd $(DIR_APP) && tar xfz $(DIR_DL)/htb3.6-020525.tgz *.diff +# cd $(DIR_APP) && for i in htb3*tc.diff ; do patch -Np1 < $$i; done cd $(DIR_APP) && make $(MAKETUNING) SBINDIR=/sbin cd $(DIR_APP) && make SBINDIR=/sbin install cd $(DIR_APP) && mv -v /sbin/arpd /usr/sbin -- 2.39.2