Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithDHedger committed May 14, 2017
1 parent 4a7a8cf commit 95c00e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LFSPkgBuildScripts/net/aria2/aria2.LFSBuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ pushd "${TARNAME}-${VERSION}"
cd webui-aria2-master
mkdir -vp $PKG/usr/share/doc/aria2/webiface||true
cp -rf css flags fonts js configuration.js favicon.ico index.html $PKG/usr/share/doc/aria2/webiface
cat > >$PKG/usr/bin << EOF
cat > >$PKG/usr/bin/startariawebif << EOF
#!/bin/bash -e
#©keithhedger Sun 14 May 13:27:34 BST 2017 kdhedger68713@gmail.com
aria2c --enable-rpc --rpc-listen-all &
xdg-open /usr/share/doc/aria2/webiface/index.html
EOF
chmod +x $PKG/usr/bin/startariawebif
popd

checketc "$PKG"
Expand Down

0 comments on commit 95c00e3

Please sign in to comment.