rpms/xorg-x11-drv-radeonhd/devel xorg-x11-drv-radeonhd-snapshot.sh, 1.14, 1.15

Hans Ulrich Niedermann ndim at fedoraproject.org
Fri Mar 6 12:12:33 UTC 2009


Author: ndim

Update of /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15138

Modified Files:
	xorg-x11-drv-radeonhd-snapshot.sh 
Log Message:
Fix bz2 -> .lzma conversion param typo



Index: xorg-x11-drv-radeonhd-snapshot.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-snapshot.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xorg-x11-drv-radeonhd-snapshot.sh	6 Mar 2009 12:07:49 -0000	1.14
+++ xorg-x11-drv-radeonhd-snapshot.sh	6 Mar 2009 12:12:02 -0000	1.15
@@ -192,7 +192,7 @@
     disttarget="distcheck"
 fi
 make -C "${builddir}" "${disttarget}" distdir="${tarname}"
-bzip2 -c -u "${builddir}/${tarname}.tar.bz2" | lzma -c > "${tarname}.tar.lzma"
+bzip2 -c -d "${builddir}/${tarname}.tar.bz2" | lzma -c > "${tarname}.tar.lzma"
 
 # Update spec file with the proper timestamp
 old_git_commit=`$SED -n 's/^%define git_commit \(.*\)/\1/p' < "$specfile"`




More information about the fedora-extras-commits mailing list