From 23b49d52bbbfdfab8152ffb2eff7848ea2a6406d Mon Sep 17 00:00:00 2001 From: Stu Miller Date: Thu, 8 Apr 2010 23:49:52 -0400 Subject: system/qemu-kvm: Updated for version 0.12.3. --- system/qemu-kvm/qemu-kvm.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/qemu-kvm/qemu-kvm.SlackBuild') diff --git a/system/qemu-kvm/qemu-kvm.SlackBuild b/system/qemu-kvm/qemu-kvm.SlackBuild index b7701d0482..f45de178a7 100644 --- a/system/qemu-kvm/qemu-kvm.SlackBuild +++ b/system/qemu-kvm/qemu-kvm.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qemu-kvm -VERSION=${VERSION:-0.12.2} +VERSION=${VERSION:-0.12.3} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -102,7 +102,7 @@ cat kvm/scripts/65-kvm.rules > $PKG/lib/udev/rules.d/65-kvm.rules find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + xargs strip --strip-unneeded 2> /dev/null || true ) ( cd $PKG/usr/man -- cgit v1.2.3-80-g2a13