OSDN Git Service

[lfsja-git] r11.1-119 対応。
[lfsbookja/lfsja-git.git] / src / make-aux-files-ja.sh
1 #!/bin/bash
2
3 #rm -f lfs-bootscripts*.tar.xz
4
5 # Get base file name
6 version=`grep "ENTITY lfs-bootscripts-version" packages.ent |cut -d'"' -f2`
7
8 # Get the original bootscripts tarball
9 url="http://www.linuxfromscratch.org/lfs/downloads/development/"
10 wget -N "$url/lfs-bootscripts-$version.tar.xz"
11