summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-08-06 18:48:22 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-08-06 18:48:22 +0000
commitf5874c1a5a7fe4fedde35401beea10253bcdc7db (patch)
tree15a82ba68751b97cc72edf20b003fcd8f607f01e /rules/e2fsprogs.make
parented43049eea8687c7ae5692cebaa5f4273691a767 (diff)
downloadptxdist-f5874c1a5a7fe4fedde35401beea10253bcdc7db.tar.gz
ptxdist-f5874c1a5a7fe4fedde35401beea10253bcdc7db.tar.xz
* e2fsprogs: If the e2fsprogs source tarfile is not already present,
host-e2fsprogs make will fail on the "get" operation. This patch to host-e2fsprogs.makefile will allow it to successfully download the source package. Patch by Randall Loomis, modified by Robert Schwebel. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@5976 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/e2fsprogs.make')
-rw-r--r--rules/e2fsprogs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
index d8a1aa933..2cda386d3 100644
--- a/rules/e2fsprogs.make
+++ b/rules/e2fsprogs.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_E2FSPROGS) += e2fsprogs
#
# Paths and names
#
-E2FSPROGS_VERSION := 1.39
+E2FSPROGS_VERSION = 1.39
E2FSPROGS := e2fsprogs-$(E2FSPROGS_VERSION)
E2FSPROGS_SUFFIX := tar.gz
E2FSPROGS_URL := $(PTXCONF_SETUP_SFMIRROR)/e2fsprogs/$(E2FSPROGS).$(E2FSPROGS_SUFFIX)