Skip to content

Commit

Permalink
fix iproute2 url version via local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Maisak authored and Anton Maisak committed Jan 10, 2019
1 parent eb9422b commit 3e8dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfs/pkgscripts/iproute2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

name=$(basename $0)
version=4.18.0
url=https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.18.0.tar.xz
url=https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-$version.tar.xz

fetch $url

Expand Down

0 comments on commit 3e8dd5c

Please sign in to comment.