File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source stage01_variables
4
4
source stage02_variables
5
5
6
6
PKGNAME=kvm
7
- PKGVERSION=20140617
7
+ PKGVERSION=20141212
8
8
9
9
case ${CLFS_ARCH} in
10
10
x86)
18
18
19
19
# Download:
20
20
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
23
23
24
24
# Prepare build:
25
25
26
26
mkdir -p ${CLFS} /build/${PKGNAME} -${PKGVERSION}
27
27
cd ${CLFS} /build/${PKGNAME} -${PKGVERSION}
28
- tar xvjf ${SRCDIR} /${PKGNAME} -${PKGVERSION} .tar.bz2
28
+ tar xvJf ${SRCDIR} /${PKGNAME} -${PKGVERSION} .tar.xz
29
29
30
30
# Build and install
31
31
You can’t perform that action at this time.
0 commit comments