Zwischencommit fuer LFS. Groff und IPRoute2.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@308 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-10-08 19:16:18 +00:00
parent 314d36f0e9
commit dd5add17a8
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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