mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Die Abhaengigkeitspakete vom Samba erstellt.
vsftpd hinzugefuegt... :D Vergebt mir... Paketmanager weitergebaut. Installiert nun die Pakete alle richtig (auch mit Abhaengigkeiten). Samba aktualisiert. Bootsplash entfernt. mc-Alias erstellt, sodass der auf der Textkonsole ordentlich zu bedienen ist. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@583 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -72,15 +72,9 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
ifeq "$(PASS)" "install"
|
||||
cd $(DIR_APP) && ./configure --prefix=/ --enable-zlib
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && install -m 0755 insmod.static /sbin/insmod.static
|
||||
else
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/module-init-tools-3.2.2-modprobe-1.patch
|
||||
cd $(DIR_APP) && ./configure --prefix=/ --disable-nls --enable-zlib
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make INSTALL=install install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user