diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/ipheth-pair/README.SLACKWARE | 4 | ||||
-rw-r--r-- | system/ipheth-pair/ipheth-pair.SlackBuild | 4 | ||||
-rw-r--r-- | system/ipheth-pair/ipheth-pair.info | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/system/ipheth-pair/README.SLACKWARE b/system/ipheth-pair/README.SLACKWARE index 18c1383867..b7dd6b2d0a 100644 --- a/system/ipheth-pair/README.SLACKWARE +++ b/system/ipheth-pair/README.SLACKWARE @@ -3,4 +3,6 @@ Driver. You could also use idevicepair instead, which is shipped with latest libimobiledevice releases. To do so, you have to modify the modprobe configuration file /etc/modprobe.d/ipheth.conf shipped with ipheth-driver (take a look in its doc folder) and the udev rules file -/etc/udev/rules.d/90-iphone-tether.rules shipped with this program. +/lib/udev/rules.d/90-iphone-tether.rules shipped with this program. + +Modified udev rules should be placed in /etc/udev/rules.d/90-iphone-tether.rules diff --git a/system/ipheth-pair/ipheth-pair.SlackBuild b/system/ipheth-pair/ipheth-pair.SlackBuild index 157e291740..1faef714d7 100644 --- a/system/ipheth-pair/ipheth-pair.SlackBuild +++ b/system/ipheth-pair/ipheth-pair.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=ipheth-pair VERSION=${VERSION:-1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -64,7 +64,7 @@ make mkdir -p $PKG/lib/udev install -m 0755 ipheth-pair $PKG/lib/udev/ mkdir -p $PKG/lib/udev/rules.d -install -m 0644 90-iphone-tether.rules $PKG/libetc/udev/rules.d/ +install -m 0644 90-iphone-tether.rules $PKG/lib/udev/rules.d/ # A bit overkill for just a single executable :-P find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/system/ipheth-pair/ipheth-pair.info b/system/ipheth-pair/ipheth-pair.info index fe045b4c22..fd999fe270 100644 --- a/system/ipheth-pair/ipheth-pair.info +++ b/system/ipheth-pair/ipheth-pair.info @@ -1,7 +1,7 @@ PRGNAM="ipheth-pair" VERSION="1.0" HOMEPAGE="http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver" -DOWNLOAD="http://slackbuilds.org/sources/13.1/ipheth-pair-1.0.tar.bz2" +DOWNLOAD="http://sid77.slackware.it/tmp/ipheth-pair-1.0.tar.bz2" MD5SUM="9fd0cc977f3615811755e364937d01b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |