diff options
Diffstat (limited to 'source/a/usb_modeswitch/usb_modeswitch.SlackBuild')
-rwxr-xr-x | source/a/usb_modeswitch/usb_modeswitch.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/a/usb_modeswitch/usb_modeswitch.SlackBuild b/source/a/usb_modeswitch/usb_modeswitch.SlackBuild index f4e6569e..67b2070a 100755 --- a/source/a/usb_modeswitch/usb_modeswitch.SlackBuild +++ b/source/a/usb_modeswitch/usb_modeswitch.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PKGNAM=usb_modeswitch -VERSION=${VERSION:-1.1.2} -DATAVER=${DATAVER:-20100418} +VERSION=${VERSION:-1.1.6} +DATAVER=${DATAVER:-20101222} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -83,6 +83,8 @@ mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ COPYING* README* \ $PKG/usr/doc/$PKGNAM-$VERSION +# http://www.draisberghof.de/usb_modeswitch/device_reference.txt.gz +cat $CWD/device_reference.txt.gz > $PKG/usr/doc/$PKGNAM-$VERSION/device_reference.txt # If there's a ChangeLog, installing at least part of the recent history # is useful, but don't let it get totally out of control: |