URL von den Bridge-Utils gefixt.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@90 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-03-27 19:50:44 +00:00
parent 024d814d4d
commit c444695ff9

View File

@@ -34,7 +34,7 @@ include Config
VER = 1.1
THISAPP = /bridge-utils-$(VER)
THISAPP = bridge-utils-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = http://switch.dl.sourceforge.net/sourceforge/bridge
DIR_APP = $(DIR_SRC)/$(THISAPP)
@@ -58,9 +58,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
#dist:
# make-packages.sh postfix $(THISAPP)
###############################################################################
# Downloading, checking, md5sum
###############################################################################