Commit 5dc4f372 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack kubo: install /usr/bin/ipfs as executable

parent 686d30bd
......@@ -6,9 +6,8 @@ RETURNTARNAME="$2"
. $(dirname $0)/common.sh
erc unpack $TAR && cd kubo || fatal
mkdir -p usr/bin
mv ipfs usr/bin
rm -v install.sh README.md
install -m755 -D ipfs usr/bin/ipfs
rm -v ipfs install.sh README.md
mkdir -p usr/share/doc/$PRODUCT
mv LICENSE* usr/share/doc/$PRODUCT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment