1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-24 14:08:13 +08:00

Fix freebsd build issues

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2017-10-03 23:23:50 +02:00
parent e49ce6c98f
commit e8f05e7334
3 changed files with 4 additions and 4 deletions

View File

@ -243,9 +243,9 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmV6pzBTpFEyoPCFWndHW1y5EM9bpK7j7SELSXyvfmqW8u", "hash": "QmT67DXBvSkcuLdygqe9tzuvRuCiaPd61w5a7uKKkg5gmM",
"name": "hang-fds", "name": "hang-fds",
"version": "0.0.5" "version": "0.0.6"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
dir=${1:?first paramater with dir to work in is required} dir=${1:?first paramater with dir to work in is required}
pkg=${2:?second parameter with full name of the package is required} pkg=${2:?second parameter with full name of the package is required}