Skip to content

Commit c9e1657

Browse files
committed
up to latest git
1 parent 46a4e48 commit c9e1657

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stage02/0020_lkvm.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source stage01_variables
44
source stage02_variables
55

66
PKGNAME=kvm
7-
PKGVERSION=20140617
7+
PKGVERSION=20141212
88

99
case ${CLFS_ARCH} in
1010
x86)
@@ -18,14 +18,14 @@ esac
1818

1919
# Download:
2020

21-
[ -f ${SRCDIR}/${PKGNAME}-${PKGVERSION}.tar.bz2 ] || wget -O ${SRCDIR}/${PKGNAME}-${PKGVERSION}.tar.bz2 \
22-
http://distfiles.lesslinux.org/${PKGNAME}-${PKGVERSION}.tar.bz2
21+
[ -f ${SRCDIR}/${PKGNAME}-${PKGVERSION}.tar.xz ] || wget -O ${SRCDIR}/${PKGNAME}-${PKGVERSION}.tar.xz \
22+
http://distfiles.lesslinux.org/${PKGNAME}-${PKGVERSION}.tar.xz
2323

2424
# Prepare build:
2525

2626
mkdir -p ${CLFS}/build/${PKGNAME}-${PKGVERSION}
2727
cd ${CLFS}/build/${PKGNAME}-${PKGVERSION}
28-
tar xvjf ${SRCDIR}/${PKGNAME}-${PKGVERSION}.tar.bz2
28+
tar xvJf ${SRCDIR}/${PKGNAME}-${PKGVERSION}.tar.xz
2929

3030
# Build and install
3131

0 commit comments

Comments
 (0)