diff options
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 \ |