From b58c3599cac9d84b9d1d708671e2c2f99a09a3a2 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 24 Mar 2011 23:50:19 +0000 Subject: Mass check-in of updated SlackBuilds on Thu Mar 24 23:50:16 UTC 2011 --- libusbx/build/libusbx.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libusbx/build/libusbx.SlackBuild b/libusbx/build/libusbx.SlackBuild index e9bbff6f..26bc4b5d 100755 --- a/libusbx/build/libusbx.SlackBuild +++ b/libusbx/build/libusbx.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ VERSION=${VERSION:-1.0.8} # libusb version USBCOMPAT=${USBCOMPAT:-0.1.3} # libusb-compat version -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:--j6} @@ -62,6 +62,9 @@ cd $TMP rm -rf libusb-$VERSION tar xvf $CWD/libusb-$VERSION.tar.bz2 cd libusb-$VERSION + +zcat $CWD/libusb.fix.debug.log.level.diff.gz | patch -p1 --verbose || exit 1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -- cgit v1.2.3-65-gdbad