Advertisement
Guest User

Btsync armv7h

a guest
Jul 29th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.25 KB | None | 0 0
  1. 12c12
  2. < arch=('i686' 'x86_64' 'arm' 'armv6h')
  3. ---
  4. > arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
  5. 42c42
  6. < elif [ "$CARCH" == arm ] || [ "$CARCH" == armv6h ]; then
  7. ---
  8. > elif [ "$CARCH" == arm ] || [ "$CARCH" == armv6h ] || [ "$CARCH" == armv7h ]; then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement