diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-06-30 19:25:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-06-30 19:25:49 +0000 |
commit | 43194f056d48087fe8c3a524d0ca3749e077d420 (patch) | |
tree | e56f4fdb5bcb6719c6333b29a9b4756a284c06bb /Makefile | |
parent | 918e500203bf553107068a43b0675a69e321ee3d (diff) |
Convert bootscripts and udev tarballs to xz
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml \ stylesheets/md5sum.xsl \ $(RENDERTMP)/sysv-md5sum.xml $(Q)sed -i -e \ - "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \ + "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.xz | cut -d' ' -f1)/" \ $(BASEDIR)/md5sums #dump-commands: validate |