hiawatha: fix runit script
This commit is contained in:
parent
61c6f97a8b
commit
2240bbf539
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /usr/bin/hiawatha -d
|
||||
exec hiawatha -d
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hiawatha'
|
||||
pkgname=hiawatha
|
||||
version=9.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="polarssl-devel libxslt-devel libressl-devel"
|
||||
|
|
Loading…
Reference in a new issue