diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-09-09 20:48:07 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-09 20:48:07 -0400 |
commit | ec591eab7210bae91c69f1de65bf783c58f52b7f (patch) | |
tree | b5e019baf5c94566478eccc56dc347b99ec77b25 /system/ipheth-pair/ipheth-pair.SlackBuild | |
parent | ce940be0f383c9d4d7cfa1f0e08b9a46645abbec (diff) | |
download | slackbuilds-ec591eab7210bae91c69f1de65bf783c58f52b7f.tar.gz |
system/ipheth-pair: Fixed typo and updated README.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/ipheth-pair/ipheth-pair.SlackBuild')
-rw-r--r-- | system/ipheth-pair/ipheth-pair.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |