summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-03-24 23:50:19 +0000
committer Eric Hameleers <alien@slackware.com>2011-03-24 23:50:19 +0000
commitb58c3599cac9d84b9d1d708671e2c2f99a09a3a2 (patch)
tree21673e98d4bcd96220ea49755cae42ec230c1151
parent3c4de4b13c6b309ece3ae9d9adff6d4abaf6e73e (diff)
downloadasb-b58c3599cac9d84b9d1d708671e2c2f99a09a3a2.tar.gz
asb-b58c3599cac9d84b9d1d708671e2c2f99a09a3a2.tar.xz
Mass check-in of updated SlackBuilds on Thu Mar 24 23:50:16 UTC 2011
-rwxr-xr-xlibusbx/build/libusbx.SlackBuild7
1 files 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 \) \